Uses of Class
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.SwitchExpressionRewriter.RollState
-
Packages that use SwitchExpressionRewriter.RollState Package Description org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters -
-
Uses of SwitchExpressionRewriter.RollState in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters that return SwitchExpressionRewriter.RollState Modifier and Type Method Description private SwitchExpressionRewriter.RollStateSwitchExpressionRewriter. getRollState(Op04StructuredStatement body)Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with parameters of type SwitchExpressionRewriter.RollState Modifier and Type Method Description private booleanSwitchExpressionRewriter. rollSingleDefault(SwitchExpressionRewriter.RollState rollState)private booleanSwitchExpressionRewriter. rollUpEmptySwitchAggregation(SwitchExpressionRewriter.RollState rollState)private booleanSwitchExpressionRewriter. rollUpEmptySwitchCreation(SwitchExpressionRewriter.RollState rollState)private booleanSwitchExpressionRewriter. rollUpEmptySwitches(SwitchExpressionRewriter.RollState rollState)Method parameters in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with type arguments of type SwitchExpressionRewriter.RollState Modifier and Type Method Description private booleanSwitchExpressionRewriter. rollOne(Op04StructuredStatement root, UnaryFunction<SwitchExpressionRewriter.RollState,java.lang.Boolean> apply)
-