Uses of Class
org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.ConditionalRewriter.DiscoveredTernary
-
Packages that use ConditionalRewriter.DiscoveredTernary Package Description org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters -
-
Uses of ConditionalRewriter.DiscoveredTernary in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters that return ConditionalRewriter.DiscoveredTernary Modifier and Type Method Description private static ConditionalRewriter.DiscoveredTernary
ConditionalRewriter. testForTernary(java.util.List<Op03SimpleStatement> ifBranch, java.util.List<Op03SimpleStatement> elseBranch, Op03SimpleStatement leaveIfBranch)
-