public class FinallyRewriter
extends java.lang.Object
Constructor and Description |
---|
FinallyRewriter() |
Modifier and Type | Method and 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) |
public static void identifyFinally(Options options, Method method, java.util.List<Op03SimpleStatement> in, BlockIdentifierFactory blockIdentifierFactory)
static java.util.Set<BlockIdentifier> getBlocksAffectedByFinally(java.util.List<Op03SimpleStatement> statements)