soot.shimple.toolkits.scalar
Class SEvaluator.TopConstant
java.lang.Object
soot.jimple.Constant
soot.shimple.toolkits.scalar.SEvaluator.MetaConstant
soot.shimple.toolkits.scalar.SEvaluator.TopConstant
- All Implemented Interfaces:
- Serializable, EquivTo, Immediate, ConvertToBaf, Switchable, Value
- Enclosing class:
- SEvaluator
public static class SEvaluator.TopConstant
- extends SEvaluator.MetaConstant
Top i.e. assumed to be a constant, but of unknown value.
- 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.