Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.parse.utils |
Modifier and Type | Method and Description |
---|---|
BlockType |
BlockIdentifier.getBlockType() |
static BlockType |
BlockType.valueOf(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) |
Copyright © 2011-2021. All Rights Reserved.