soot.jimple
Class ClassConstant
java.lang.Object
soot.jimple.Constant
soot.jimple.ClassConstant
- All Implemented Interfaces:
- ConvertToBaf, EquivTo, Immediate, Serializable, Switchable, Value
- public class ClassConstant
- extends Constant
- See Also:
- Serialized Form
value
public final String value
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.