soot.shimple.toolkits.scalar
Class SEvaluator.TopConstant

java.lang.Object
  extended by soot.jimple.Constant
      extended by soot.shimple.toolkits.scalar.SEvaluator.MetaConstant
          extended by 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

Method Summary
 void apply(Switch sw)
          Called when this object is visited.
 Type getType()
          Returns the Soot type of this Value.
static Constant v()
           
 
Methods inherited from class soot.jimple.Constant
clone, convertToBaf, equivHashCode, equivTo, getUseBoxes, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.