soot.jimple.toolkits.pointer.representations
Class ConstantObject

java.lang.Object
  extended by soot.jimple.toolkits.pointer.representations.ConstantObject
All Implemented Interfaces:
AbstractObject
Direct Known Subclasses:
GeneralConstObject

public abstract class ConstantObject
extends Object
implements AbstractObject


Constructor Summary
ConstantObject()
           
 
Method Summary
 String shortString()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface soot.jimple.toolkits.pointer.representations.AbstractObject
getType
 

Constructor Detail

ConstantObject

public ConstantObject()
Method Detail

toString

public String toString()
Specified by:
toString in interface AbstractObject
Overrides:
toString in class Object

shortString

public String shortString()
Specified by:
shortString in interface AbstractObject