Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.LinkedList<SwitchExpressionRewriter.ClassifiedStm> |
SwitchExpressionRewriter.RollState.switchdata |
Modifier and Type | Method and Description |
---|---|
private SwitchExpressionRewriter.ClassifiedStm |
SwitchExpressionRewriter.classify(Op04StructuredStatement item) |
Modifier and Type | Method and Description |
---|---|
private void |
SwitchExpressionRewriter.combineEmptySwitchWithCreation(SwitchExpressionRewriter.ClassifiedStm switchStm,
SwitchExpressionRewriter.ClassifiedStm assignStm) |
private void |
SwitchExpressionRewriter.combineSwitchExpressionWithOther(SwitchExpressionRewriter.ClassifiedStm switchExpression,
SwitchExpressionRewriter.ClassifiedStm other) |
Constructor and Description |
---|
RollState(java.util.List<Op04StructuredStatement> prequel,
java.util.LinkedList<SwitchExpressionRewriter.ClassifiedStm> switchdata,
java.util.List<Op04StructuredStatement> remainder,
Block block,
java.util.Set<Expression> directs) |