public class NormalStatement extends StatementWithInstructionIndex
Statement.Kind
Constructor and Description |
---|
NormalStatement(CGNode node,
int instructionIndex) |
Modifier and Type | Method and Description |
---|---|
Statement.Kind |
getKind() |
String |
toString() |
equals, getInstruction, getInstructionIndex, hashCode
public NormalStatement(CGNode node, int instructionIndex)
public Statement.Kind getKind()
public String toString()
toString
in class StatementWithInstructionIndex