Uses of Class
org.benf.cfr.reader.bytecode.analysis.structured.statement.StructuredCase
-
Packages that use StructuredCase Package Description org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters -
-
Uses of StructuredCase in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters that return types with arguments of type StructuredCase Modifier and Type Method Description private Pair<StructuredCase,Expression>
SwitchExpressionRewriter. extractSwitchEntryPair(LValue target, BlockIdentifier blockIdentifier, Op04StructuredStatement item, java.util.List<Pair<Op04StructuredStatement,StructuredStatement>> replacements, boolean last)
-