Uses of Class
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.SwitchExpressionRewriter.RollState
Packages that use SwitchExpressionRewriter.RollState
-
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.RollStateModifier and TypeMethodDescriptionSwitchExpressionRewriter.getRollState(Op04StructuredStatement body) Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with parameters of type SwitchExpressionRewriter.RollStateModifier and TypeMethodDescriptionprivate 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.RollStateModifier and TypeMethodDescriptionprivate booleanSwitchExpressionRewriter.rollOne(Op04StructuredStatement root, UnaryFunction<SwitchExpressionRewriter.RollState, Boolean> apply)