public abstract class StatementWithInstructionIndex extends Statement
Statement which carries an instruction index, representing the index of an SSAInstruction in the IR instruction
array.Statement.Kind| Modifier | Constructor and Description |
|---|---|
protected |
StatementWithInstructionIndex(CGNode node,
int instructionIndex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SSAInstruction |
getInstruction() |
int |
getInstructionIndex() |
int |
hashCode() |
String |
toString() |
protected StatementWithInstructionIndex(CGNode node, int instructionIndex)
public int getInstructionIndex()
public SSAInstruction getInstruction()
Copyright © 2015. All rights reserved.