soot.shimple
Interface ShimpleValueSwitch

All Known Implementing Classes:
AbstractShimpleValueSwitch

public interface ShimpleValueSwitch
extends JimpleValueSwitch


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

Method Detail

casePhiExpr

public void casePhiExpr(PhiExpr e)