com.ibm.wala.ipa.slicer
Class GetCaughtExceptionStatement

java.lang.Object
  extended by com.ibm.wala.ipa.slicer.Statement
      extended by 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
GetCaughtExceptionStatement(CGNode node, SSAGetCaughtExceptionInstruction st)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 SSAGetCaughtExceptionInstruction getInstruction()
           
 Statement.Kind getKind()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class com.ibm.wala.ipa.slicer.Statement
getNode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetCaughtExceptionStatement

public GetCaughtExceptionStatement(CGNode node,
                                   SSAGetCaughtExceptionInstruction st)
Method Detail

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()