Uses of Class
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.SwitchExpressionRewriter.ClassifiedStm
-
Packages that use SwitchExpressionRewriter.ClassifiedStm Package Description org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters -
-
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.ClassifiedStm Modifier and Type Field Description (package private) java.util.LinkedList<SwitchExpressionRewriter.ClassifiedStm>SwitchExpressionRewriter.RollState. switchdataMethods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters that return SwitchExpressionRewriter.ClassifiedStm Modifier and Type Method Description private SwitchExpressionRewriter.ClassifiedStmSwitchExpressionRewriter. classify(Op04StructuredStatement item)Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with parameters of type SwitchExpressionRewriter.ClassifiedStm Modifier and Type Method Description private voidSwitchExpressionRewriter. combineEmptySwitchWithCreation(SwitchExpressionRewriter.ClassifiedStm switchStm, SwitchExpressionRewriter.ClassifiedStm assignStm)private voidSwitchExpressionRewriter. combineSwitchExpressionWithOther(SwitchExpressionRewriter.ClassifiedStm switchExpression, SwitchExpressionRewriter.ClassifiedStm other)Constructor parameters in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with type arguments of type SwitchExpressionRewriter.ClassifiedStm Constructor Description RollState(java.util.List<Op04StructuredStatement> prequel, java.util.LinkedList<SwitchExpressionRewriter.ClassifiedStm> switchdata, java.util.List<Op04StructuredStatement> remainder, Block block, java.util.Set<Expression> directs)
-