Class SynchronizedRewriter
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.SynchronizedRewriter
-
class SynchronizedRewriter extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
SynchronizedRewriter.FindBlockStarts
-
Constructor Summary
Constructors Constructor Description SynchronizedRewriter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
removeSynchronizedCatchBlocks
static void removeSynchronizedCatchBlocks(Options options, java.util.List<Op03SimpleStatement> in)
-
removeSynchronizedCatchBlock
private static boolean removeSynchronizedCatchBlock(Op03SimpleStatement start, java.util.List<Op03SimpleStatement> statements)
-
verifyLinearBlock
private static boolean verifyLinearBlock(Op03SimpleStatement current, BlockIdentifier block, int num)
-
-