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.RollState
SwitchExpressionRewriter. 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 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)
Method parameters in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with type arguments of type SwitchExpressionRewriter.RollState Modifier and Type Method Description private boolean
SwitchExpressionRewriter. rollOne(Op04StructuredStatement root, UnaryFunction<SwitchExpressionRewriter.RollState,java.lang.Boolean> apply)
-