public interface BasicBlockReader
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
ProgramReader |
getProgram() |
int |
instructionCount() |
void |
readAllInstructions(InstructionReader reader) |
void |
readInstruction(int index,
InstructionReader reader) |
List<? extends PhiReader> |
readPhis() |
List<? extends TryCatchBlockReader> |
readTryCatchBlocks() |
ProgramReader getProgram()
int getIndex()
int instructionCount()
void readInstruction(int index,
InstructionReader reader)
void readAllInstructions(InstructionReader reader)
List<? extends TryCatchBlockReader> readTryCatchBlocks()
Copyright © 2015. All rights reserved.