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 void
JumpsIntoLoopCloneRewriter.nopPointlessCondition
(IfStatement newConditionStatement, Op03SimpleStatement newCondition) private static void
ConditionalSimplifier.replaceEclipseReturn
(Op03SimpleStatement statement, IfStatement ifStatement)