Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.statement.IfStatement
-
Packages that use IfStatement Package Description org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters -
-
Uses of IfStatement in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters with parameters of type IfStatement Modifier and Type Method Description private void
JumpsIntoLoopCloneRewriter. nopPointlessCondition(IfStatement newConditionStatement, Op03SimpleStatement newCondition)
private static void
ConditionalSimplifier. replaceEclipseReturn(Op03SimpleStatement statement, IfStatement ifStatement)
-