| Package | Description |
|---|---|
| de.mirkosertic.bytecoder.ssa |
| Modifier and Type | Method and Description |
|---|---|
RegionNode.BlockType |
RegionNode.getType() |
static RegionNode.BlockType |
RegionNode.BlockType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegionNode.BlockType[] |
RegionNode.BlockType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RegionNode |
ControlFlowGraph.createAt(BytecodeOpcodeAddress aAddress,
RegionNode.BlockType aType) |
| Constructor and Description |
|---|
RegionNode(ControlFlowGraph aOwningGraph,
RegionNode.BlockType aType,
Program aProgram,
BytecodeOpcodeAddress aStartAddress) |
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.