soot.jimple.toolkits.pointer.representations
Class GeneralConstObject

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

public class GeneralConstObject
extends ConstantObject


Constructor Summary
GeneralConstObject(Type t, String n)
           
 
Method Summary
 boolean equals(Object other)
           
 Type getType()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class soot.jimple.toolkits.pointer.representations.ConstantObject
shortString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeneralConstObject

public GeneralConstObject(Type t,
                          String n)
Method Detail

getType

public Type getType()

toString

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object