public class BytecodeProgram.FlowInformation extends Object
| Constructor and Description |
|---|
FlowInformation(Map<BytecodeOpcodeAddress,Set<BytecodeBasicBlock>> roots,
Map<BytecodeOpcodeAddress,BytecodeBasicBlock> knownBlocks) |
| Modifier and Type | Method and Description |
|---|---|
BytecodeBasicBlock |
blockAt(BytecodeOpcodeAddress aBlockAddress) |
BytecodeProgram |
getProgram() |
Set<BytecodeBasicBlock> |
knownBlocks() |
public FlowInformation(Map<BytecodeOpcodeAddress,Set<BytecodeBasicBlock>> roots, Map<BytecodeOpcodeAddress,BytecodeBasicBlock> knownBlocks)
public BytecodeProgram getProgram()
public BytecodeBasicBlock blockAt(BytecodeOpcodeAddress aBlockAddress)
public Set<BytecodeBasicBlock> knownBlocks()
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.