soot.jimple
Class AbstractConstantSwitch
java.lang.Object
soot.jimple.AbstractConstantSwitch
- All Implemented Interfaces:
- ConstantSwitch, Switch
public abstract class AbstractConstantSwitch
- extends Object
- implements ConstantSwitch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractConstantSwitch
public AbstractConstantSwitch()
caseDoubleConstant
public void caseDoubleConstant(DoubleConstant v)
- Specified by:
caseDoubleConstant
in interface ConstantSwitch
caseFloatConstant
public void caseFloatConstant(FloatConstant v)
- Specified by:
caseFloatConstant
in interface ConstantSwitch
caseIntConstant
public void caseIntConstant(IntConstant v)
- Specified by:
caseIntConstant
in interface ConstantSwitch
caseLongConstant
public void caseLongConstant(LongConstant v)
- Specified by:
caseLongConstant
in interface ConstantSwitch
caseNullConstant
public void caseNullConstant(NullConstant v)
- Specified by:
caseNullConstant
in interface ConstantSwitch
caseStringConstant
public void caseStringConstant(StringConstant v)
- Specified by:
caseStringConstant
in interface ConstantSwitch
caseClassConstant
public void caseClassConstant(ClassConstant v)
- Specified by:
caseClassConstant
in interface ConstantSwitch
defaultCase
public void defaultCase(Object v)
- Specified by:
defaultCase
in interface ConstantSwitch
getResult
public Object getResult()
setResult
public void setResult(Object result)