Class SynchronizedRewriter.FindBlockStarts
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.SynchronizedRewriter.FindBlockStarts
-
- All Implemented Interfaces:
Predicate<Op03SimpleStatement>
- Enclosing class:
- SynchronizedRewriter
private static final class SynchronizedRewriter.FindBlockStarts extends java.lang.Object implements Predicate<Op03SimpleStatement>
-
-
Constructor Summary
Constructors Constructor Description FindBlockStarts(BlockType blockType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(Op03SimpleStatement in)
-
-
-
Field Detail
-
blockType
private final BlockType blockType
-
-
Constructor Detail
-
FindBlockStarts
FindBlockStarts(BlockType blockType)
-
-
Method Detail
-
test
public boolean test(Op03SimpleStatement in)
- Specified by:
test
in interfacePredicate<Op03SimpleStatement>
-
-