soot.grimp
Class AbstractGrimpValueSwitch

java.lang.Object
  |
  +--soot.jimple.AbstractJimpleValueSwitch
        |
        +--soot.grimp.AbstractGrimpValueSwitch
All Implemented Interfaces:
ConstantSwitch, ExprSwitch, GrimpValueSwitch, JimpleValueSwitch, RefSwitch, Switch

public abstract class AbstractGrimpValueSwitch
extends AbstractJimpleValueSwitch
implements GrimpValueSwitch


Constructor Summary
AbstractGrimpValueSwitch()
           
 
Method Summary
 void caseNewInvokeExpr(NewInvokeExpr 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, caseNextNextStmtRef, 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
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, defaultCase
 
Methods inherited from interface soot.jimple.RefSwitch
caseArrayRef, caseCaughtExceptionRef, caseInstanceFieldRef, caseNextNextStmtRef, caseParameterRef, caseStaticFieldRef, caseThisRef, defaultCase
 

Constructor Detail

AbstractGrimpValueSwitch

public AbstractGrimpValueSwitch()
Method Detail

caseNewInvokeExpr

public void caseNewInvokeExpr(NewInvokeExpr e)
Specified by:
caseNewInvokeExpr in interface GrimpValueSwitch