soot.shimple.toolkits.scalar
Class SEvaluator.MetaConstant

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

Constructor Detail

SEvaluator.MetaConstant

public SEvaluator.MetaConstant()