soot.shimple.toolkits.scalar
Class SEvaluator.MetaConstant

java.lang.Object
  extended bysoot.jimple.Constant
      extended bysoot.shimple.toolkits.scalar.SEvaluator.MetaConstant
All Implemented Interfaces:
ConvertToBaf, EquivTo, Immediate, Serializable, Switchable, Value
Direct Known Subclasses:
SEvaluator.BottomConstant, SEvaluator.TopConstant
Enclosing class:
SEvaluator

public abstract static class SEvaluator.MetaConstant
extends Constant

Head of a new hierarchy of constants -- Top and Bottom.

See Also:
Serialized Form

Constructor Summary
SEvaluator.MetaConstant()
           
 
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
 
Methods inherited from interface soot.Value
getType
 
Methods inherited from interface soot.util.Switchable
apply
 

Constructor Detail

SEvaluator.MetaConstant

public SEvaluator.MetaConstant()