com.ibm.wala.ipa.slicer
Class ExceptionalReturnCallee

java.lang.Object
  extended by com.ibm.wala.ipa.slicer.Statement
      extended by com.ibm.wala.ipa.slicer.ExceptionalReturnCallee

public class ExceptionalReturnCallee
extends Statement

A Statement representing the exceptional return value in a callee, immediately before returning to the caller.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.ibm.wala.ipa.slicer.Statement
Statement.Kind
 
Constructor Summary
ExceptionalReturnCallee(CGNode node)
           
 
Method Summary
 Statement.Kind getKind()
           
 
Methods inherited from class com.ibm.wala.ipa.slicer.Statement
equals, getNode, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionalReturnCallee

public ExceptionalReturnCallee(CGNode node)
Method Detail

getKind

public Statement.Kind getKind()
Specified by:
getKind in class Statement