Package 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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.ibm.wala.ipa.slicer.Statement
Statement.Kind
-
-
Constructor Summary
Constructors Constructor Description GetCaughtExceptionStatement(CGNode node, SSAGetCaughtExceptionInstruction st)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
SSAGetCaughtExceptionInstruction
getInstruction()
Statement.Kind
getKind()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
GetCaughtExceptionStatement
public GetCaughtExceptionStatement(CGNode node, SSAGetCaughtExceptionInstruction st)
-
-
Method Detail
-
getKind
public Statement.Kind getKind()
-
getInstruction
public SSAGetCaughtExceptionInstruction getInstruction()
-
-