soot.shimple.toolkits.scalar
Class SEvaluator.BottomConstant
java.lang.Object
soot.jimple.Constant
soot.shimple.toolkits.scalar.SEvaluator.MetaConstant
soot.shimple.toolkits.scalar.SEvaluator.BottomConstant
- All Implemented Interfaces:
- Serializable, EquivTo, Immediate, ConvertToBaf, Switchable, Value
- Enclosing class:
- SEvaluator
public static class SEvaluator.BottomConstant
- extends SEvaluator.MetaConstant
Bottom i.e. known not to be a constant.
- See Also:
- Serialized Form
v
public static Constant v()
getType
public Type getType()
- Description copied from interface:
Value
- Returns the Soot type of this Value.
apply
public void apply(Switch sw)
- Description copied from interface:
Switchable
- Called when this object is visited.