soot.jimple
Class ClassConstant

java.lang.Object
  extended bysoot.jimple.Constant
      extended bysoot.jimple.ClassConstant
All Implemented Interfaces:
ConvertToBaf, EquivTo, Immediate, Serializable, Switchable, Value

public class ClassConstant
extends Constant

See Also:
Serialized Form

Field Summary
 String value
           
 
Method Summary
 void apply(Switch sw)
          Called when this object is visited.
 boolean equals(Object c)
           
 Type getType()
          Returns the Soot type of this Value.
 String getValue()
           
 int hashCode()
          Returns a hash code for this ClassConstant object.
 String toString()
           
static ClassConstant v(String value)
           
 
Methods inherited from class soot.jimple.Constant
clone, convertToBaf, equivHashCode, equivTo, getUseBoxes, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public final String value
Method Detail

v

public static ClassConstant v(String value)

equals

public boolean equals(Object c)

hashCode

public int hashCode()
Returns a hash code for this ClassConstant object.


toString

public String toString()

getValue

public String getValue()

getType

public Type getType()
Description copied from interface: Value
Returns the Soot type of this Value.


apply

public void apply(Switch sw)
Description copied from interface: Switchable
Called when this object is visited.