| Package | Description |
|---|---|
| de.mirkosertic.bytecoder.core |
| Modifier and Type | Method and Description |
|---|---|
BytecodeBasicBlock |
BytecodeProgram.FlowInformation.blockAt(BytecodeOpcodeAddress aBlockAddress) |
| Modifier and Type | Method and Description |
|---|---|
List<BytecodeBasicBlock> |
BytecodeBasicBlock.getSuccessors() |
Set<BytecodeBasicBlock> |
BytecodeProgram.FlowInformation.knownBlocks() |
| Modifier and Type | Method and Description |
|---|---|
void |
BytecodeBasicBlock.addSuccessor(BytecodeBasicBlock aBasicBlock) |
| Constructor and Description |
|---|
FlowInformation(Map<BytecodeOpcodeAddress,Set<BytecodeBasicBlock>> roots,
Map<BytecodeOpcodeAddress,BytecodeBasicBlock> knownBlocks) |
FlowInformation(Map<BytecodeOpcodeAddress,Set<BytecodeBasicBlock>> roots,
Map<BytecodeOpcodeAddress,BytecodeBasicBlock> knownBlocks) |
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.