Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.statement.IfStatement
Packages that use IfStatement
-
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 IfStatementModifier and TypeMethodDescriptionprivate voidJumpsIntoLoopCloneRewriter.nopPointlessCondition(IfStatement newConditionStatement, Op03SimpleStatement newCondition) private static voidConditionalSimplifier.replaceEclipseReturn(Op03SimpleStatement statement, IfStatement ifStatement)