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. switchdata
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters that return SwitchExpressionRewriter.ClassifiedStm Modifier and Type Method Description private SwitchExpressionRewriter.ClassifiedStm
SwitchExpressionRewriter. 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 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.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)
-