public class ClassConstant extends Constant
Modifier and Type | Method and Description |
---|---|
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) |
clone, convertToBaf, equivHashCode, equivTo, getUseBoxes, toString
public final String value
public static ClassConstant v(String value)
public int hashCode()
public String getValue()
public Type getType()
Value
public void apply(Switch sw)
Switchable