Uses of Class
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.SwitchExpressionRewriter.ClassifiedStm
Packages that use SwitchExpressionRewriter.ClassifiedStm
-
Uses of SwitchExpressionRewriter.ClassifiedStm in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with type parameters of type SwitchExpressionRewriter.ClassifiedStmModifier and TypeFieldDescription(package private) LinkedList<SwitchExpressionRewriter.ClassifiedStm>
SwitchExpressionRewriter.RollState.switchdata
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters that return SwitchExpressionRewriter.ClassifiedStmModifier and TypeMethodDescriptionSwitchExpressionRewriter.classify
(Op04StructuredStatement item) Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with parameters of type SwitchExpressionRewriter.ClassifiedStmModifier and TypeMethodDescriptionprivate void
SwitchExpressionRewriter.combineEmptySwitchWithCreation
(SwitchExpressionRewriter.ClassifiedStm switchStm, SwitchExpressionRewriter.ClassifiedStm assignStm) private void
SwitchExpressionRewriter.combineSwitchExpressionWithOther
(SwitchExpressionRewriter.ClassifiedStm switchExpression, SwitchExpressionRewriter.ClassifiedStm other) Constructor parameters in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with type arguments of type SwitchExpressionRewriter.ClassifiedStmModifierConstructorDescription(package private)
RollState
(List<Op04StructuredStatement> prequel, LinkedList<SwitchExpressionRewriter.ClassifiedStm> switchdata, List<Op04StructuredStatement> remainder, Block block, Set<Expression> directs)