soot.shimple
Class AbstractShimpleValueSwitch

java.lang.Object
  extended by soot.jimple.AbstractJimpleValueSwitch
      extended by soot.shimple.AbstractShimpleValueSwitch
All Implemented Interfaces:
ConstantSwitch, ExprSwitch, JimpleValueSwitch, RefSwitch, ShimpleExprSwitch, ShimpleValueSwitch, Switch
Direct Known Subclasses:
MethodNodeFactory

public abstract class AbstractShimpleValueSwitch
extends AbstractJimpleValueSwitch
implements ShimpleValueSwitch

Author:
Navindra Umanee

Constructor Summary
AbstractShimpleValueSwitch()
           
 
Method Summary
 void casePhiExpr(PhiExpr e)
           
 
Methods inherited from class soot.jimple.AbstractJimpleValueSwitch
caseAddExpr, caseAndExpr, caseArrayRef, caseCastExpr, caseCaughtExceptionRef, caseClassConstant, caseCmpExpr, caseCmpgExpr, caseCmplExpr, caseDivExpr, caseDoubleConstant, caseDynamicInvokeExpr, 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
 
Methods inherited from interface soot.jimple.JimpleValueSwitch
caseLocal
 
Methods inherited from interface soot.jimple.ConstantSwitch
caseClassConstant, caseDoubleConstant, caseFloatConstant, caseIntConstant, caseLongConstant, caseNullConstant, caseStringConstant, defaultCase
 
Methods inherited from interface soot.jimple.RefSwitch
caseArrayRef, caseCaughtExceptionRef, caseInstanceFieldRef, caseParameterRef, caseStaticFieldRef, caseThisRef, defaultCase
 
Methods inherited from interface soot.jimple.ExprSwitch
caseAddExpr, caseAndExpr, caseCastExpr, caseCmpExpr, caseCmpgExpr, caseCmplExpr, caseDivExpr, caseDynamicInvokeExpr, caseEqExpr, caseGeExpr, caseGtExpr, caseInstanceOfExpr, caseInterfaceInvokeExpr, caseLeExpr, caseLengthExpr, caseLtExpr, caseMulExpr, caseNeExpr, caseNegExpr, caseNewArrayExpr, caseNewExpr, caseNewMultiArrayExpr, caseOrExpr, caseRemExpr, caseShlExpr, caseShrExpr, caseSpecialInvokeExpr, caseStaticInvokeExpr, caseSubExpr, caseUshrExpr, caseVirtualInvokeExpr, caseXorExpr, defaultCase
 

Constructor Detail

AbstractShimpleValueSwitch

public AbstractShimpleValueSwitch()
Method Detail

casePhiExpr

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