com.ibm.wala.ipa.slicer
Class NormalStatement
java.lang.Object
com.ibm.wala.ipa.slicer.Statement
com.ibm.wala.ipa.slicer.NormalStatement
public class NormalStatement
- extends Statement
A statement that has a corresponding index in the
bytecode (actually in the ShrikeBT representation)
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
NormalStatement
public NormalStatement(CGNode node,
int instructionIndex)
getKind
public Statement.Kind getKind()
- Specified by:
getKind in class Statement
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals in class Statement
hashCode
public int hashCode()
- Specified by:
hashCode in class Statement
toString
public java.lang.String toString()
- Specified by:
toString in class Statement
getInstruction
public SSAInstruction getInstruction()
getInstructionIndex
public int getInstructionIndex()