| Package | Description |
|---|---|
| de.mirkosertic.bytecoder.ssa | |
| de.mirkosertic.bytecoder.stackifier |
| Modifier and Type | Method and Description |
|---|---|
static ControlFlowEdgeType |
ControlFlowEdgeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControlFlowEdgeType[] |
ControlFlowEdgeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Node> |
RegionNode.addEdgeTo(ControlFlowEdgeType aType,
T aTargetNode) |
| Modifier and Type | Method and Description |
|---|---|
ControlFlowEdgeType |
JumpArrow.getEdgeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
StructuredControlFlowBuilder.add(ControlFlowEdgeType edgeType,
T source,
T destination) |
| Constructor and Description |
|---|
JumpArrow(ControlFlowEdgeType edgeType,
T tail,
T head) |
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.