Class FinallyRewriter
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.FinallyRewriter
-
public class FinallyRewriter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FinallyRewriter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static java.util.Set<BlockIdentifier>
getBlocksAffectedByFinally(java.util.List<Op03SimpleStatement> statements)
static void
identifyFinally(Options options, Method method, java.util.List<Op03SimpleStatement> in, BlockIdentifierFactory blockIdentifierFactory)
-
-
-
Method Detail
-
identifyFinally
public static void identifyFinally(Options options, Method method, java.util.List<Op03SimpleStatement> in, BlockIdentifierFactory blockIdentifierFactory)
-
getBlocksAffectedByFinally
static java.util.Set<BlockIdentifier> getBlocksAffectedByFinally(java.util.List<Op03SimpleStatement> statements)
-
-