Class Misc
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.Misc
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidflattenCompoundStatements(List<Op03SimpleStatement> statements) static Op03SimpleStatementfollowNopGotoChain(Op03SimpleStatement in, boolean requireJustOneSource, boolean skipLabels) static Op03SimpleStatementfollowNopGotoChainUntil(Op03SimpleStatement in, Op03SimpleStatement until, boolean requireJustOneSource, boolean skipLabels) static Op03SimpleStatementstatic booleanjustReachableFrom(Op03SimpleStatement target, Op03SimpleStatement maybeSource, int checkDepth) static Op03SimpleStatement
-
Constructor Details
-
Misc
public Misc()
-
-
Method Details
-
flattenCompoundStatements
-
getLastInRangeByIndex
-
skipComments
-
followNopGotoChain
public static Op03SimpleStatement followNopGotoChain(Op03SimpleStatement in, boolean requireJustOneSource, boolean skipLabels) -
followNopGotoChainUntil
public static Op03SimpleStatement followNopGotoChainUntil(Op03SimpleStatement in, Op03SimpleStatement until, boolean requireJustOneSource, boolean skipLabels) -
justReachableFrom
public static boolean justReachableFrom(Op03SimpleStatement target, Op03SimpleStatement maybeSource, int checkDepth)
-