Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters |
Modifier and Type | Method and Description |
---|---|
private SwitchExpressionRewriter.RollState |
SwitchExpressionRewriter.getRollState(Op04StructuredStatement body) |
Modifier and Type | Method and Description |
---|---|
private boolean |
SwitchExpressionRewriter.rollSingleDefault(SwitchExpressionRewriter.RollState rollState) |
private boolean |
SwitchExpressionRewriter.rollUpEmptySwitchAggregation(SwitchExpressionRewriter.RollState rollState) |
private boolean |
SwitchExpressionRewriter.rollUpEmptySwitchCreation(SwitchExpressionRewriter.RollState rollState) |
private boolean |
SwitchExpressionRewriter.rollUpEmptySwitches(SwitchExpressionRewriter.RollState rollState) |
Modifier and Type | Method and Description |
---|---|
private boolean |
SwitchExpressionRewriter.rollOne(Op04StructuredStatement root,
UnaryFunction<SwitchExpressionRewriter.RollState,java.lang.Boolean> apply) |