| Package | Description |
|---|---|
| de.mirkosertic.bytecoder.ssa |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalVariableDescription |
class |
StackVariableDescription |
| Modifier and Type | Method and Description |
|---|---|
VariableDescription |
PHIValue.getDescription() |
| Modifier and Type | Method and Description |
|---|---|
Map<VariableDescription,Value> |
BlockState.getPorts() |
| Modifier and Type | Method and Description |
|---|---|
void |
RegionNode.addToLiveIn(Value aValue,
VariableDescription aDescription) |
void |
RegionNode.addToLiveOut(Value aValue,
VariableDescription aDescription) |
void |
BlockState.assignToPort(VariableDescription aDescription,
Value aValue) |
Value |
ParsingHelper.requestValue(VariableDescription aDescription) |
| Constructor and Description |
|---|
PHIValue(VariableDescription description,
TypeRef typeRef) |
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.