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 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.RollStateModifier and TypeMethodDescriptionprivate boolean
SwitchExpressionRewriter.rollOne
(Op04StructuredStatement root, UnaryFunction<SwitchExpressionRewriter.RollState, Boolean> apply)