soot.shimple.toolkits.scalar
Class SEvaluator.BottomConstant

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

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.