com.ibm.wala.ipa.slicer
Class GetCaughtExceptionStatement
java.lang.Object
com.ibm.wala.ipa.slicer.Statement
com.ibm.wala.ipa.slicer.GetCaughtExceptionStatement
public class GetCaughtExceptionStatement
- extends Statement
identifier of a GetCaughtException instruction
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
GetCaughtExceptionStatement
public GetCaughtExceptionStatement(CGNode node,
SSAGetCaughtExceptionInstruction st)
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 SSAGetCaughtExceptionInstruction getInstruction()