soot.shimple
Class AbstractShimpleValueSwitch

java.lang.Object
  |
  +--soot.jimple.AbstractJimpleValueSwitch
        |
        +--soot.shimple.AbstractShimpleValueSwitch

public abstract class AbstractShimpleValueSwitch
extends AbstractJimpleValueSwitch
implements ShimpleValueSwitch


Constructor Summary
AbstractShimpleValueSwitch()
           
 
Method Summary
 void casePhiExpr(PhiExpr e)
           
 
Methods inherited from class soot.jimple.AbstractJimpleValueSwitch
caseAddExpr, caseAndExpr, caseArrayRef, caseCastExpr, caseCaughtExceptionRef, caseCmpExpr, caseCmpgExpr, caseCmplExpr, caseDivExpr, caseDoubleConstant, caseEqExpr, caseFloatConstant, caseGeExpr, caseGtExpr, caseInstanceFieldRef, caseInstanceOfExpr, caseIntConstant, caseInterfaceInvokeExpr, caseLeExpr, caseLengthExpr, caseLocal, caseLongConstant, caseLtExpr, caseMulExpr, caseNeExpr, caseNegExpr, caseNewArrayExpr, caseNewExpr, caseNewMultiArrayExpr, caseNullConstant, caseOrExpr, caseParameterRef, caseRemExpr, caseShlExpr, caseShrExpr, caseSpecialInvokeExpr, caseStaticFieldRef, caseStaticInvokeExpr, caseStringConstant, caseSubExpr, caseThisRef, caseUshrExpr, caseVirtualInvokeExpr, caseXorExpr, defaultCase, getResult, setResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractShimpleValueSwitch

public AbstractShimpleValueSwitch()
Method Detail

casePhiExpr

public void casePhiExpr(PhiExpr e)
Specified by:
casePhiExpr in interface ShimpleValueSwitch