soot.shimple.toolkits.scalar
Class SEvaluator.MetaConstant

java.lang.Object
  extended by soot.jimple.Constant
      extended by soot.shimple.toolkits.scalar.SEvaluator.MetaConstant
All Implemented Interfaces:
Serializable, EquivTo, Immediate, ConvertToBaf, 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()
           
 
Method Summary
 
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()