Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters | |
org.benf.cfr.reader.bytecode.analysis.parse.utils |
Modifier and Type | Field and Description |
---|---|
private BlockType |
SynchronizedRewriter.FindBlockStarts.blockType |
Constructor and Description |
---|
FindBlockStarts(BlockType blockType) |
Modifier and Type | Field and Description |
---|---|
private BlockType |
BlockIdentifier.blockType |
Modifier and Type | Method and Description |
---|---|
BlockType |
BlockIdentifier.getBlockType() |
static BlockType |
BlockType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlockType[] |
BlockType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BlockIdentifier |
BlockIdentifierFactory.getNextBlockIdentifier(BlockType blockType) |
void |
BlockIdentifier.setBlockType(BlockType blockType) |
Constructor and Description |
---|
BlockIdentifier(int index,
BlockType blockType) |