soot.jimple
Class AbstractRefSwitch
java.lang.Object
soot.jimple.AbstractRefSwitch
- All Implemented Interfaces:
- RefSwitch, Switch
public abstract class AbstractRefSwitch
- extends Object
- implements RefSwitch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractRefSwitch
public AbstractRefSwitch()
caseArrayRef
public void caseArrayRef(ArrayRef v)
- Specified by:
caseArrayRef
in interface RefSwitch
caseStaticFieldRef
public void caseStaticFieldRef(StaticFieldRef v)
- Specified by:
caseStaticFieldRef
in interface RefSwitch
caseInstanceFieldRef
public void caseInstanceFieldRef(InstanceFieldRef v)
- Specified by:
caseInstanceFieldRef
in interface RefSwitch
caseParameterRef
public void caseParameterRef(ParameterRef v)
- Specified by:
caseParameterRef
in interface RefSwitch
caseCaughtExceptionRef
public void caseCaughtExceptionRef(CaughtExceptionRef v)
- Specified by:
caseCaughtExceptionRef
in interface RefSwitch
caseThisRef
public void caseThisRef(ThisRef v)
- Specified by:
caseThisRef
in interface RefSwitch
defaultCase
public void defaultCase(Object obj)
- Specified by:
defaultCase
in interface RefSwitch