class SynchronizedRewriter
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
SynchronizedRewriter.FindBlockStarts |
Constructor and Description |
---|
SynchronizedRewriter() |
Modifier and Type | Method and Description |
---|---|
private static boolean |
removeSynchronizedCatchBlock(Op03SimpleStatement start,
java.util.List<Op03SimpleStatement> statements) |
(package private) static void |
removeSynchronizedCatchBlocks(Options options,
java.util.List<Op03SimpleStatement> in) |
private static boolean |
verifyLinearBlock(Op03SimpleStatement current,
BlockIdentifier block,
int num) |
static void removeSynchronizedCatchBlocks(Options options, java.util.List<Op03SimpleStatement> in)
private static boolean removeSynchronizedCatchBlock(Op03SimpleStatement start, java.util.List<Op03SimpleStatement> statements)
private static boolean verifyLinearBlock(Op03SimpleStatement current, BlockIdentifier block, int num)