public class ClassConstant extends Constant
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
value |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw)
Called when this object is visited.
|
boolean |
equals(java.lang.Object c) |
Type |
getType()
Returns the Soot type of this Value.
|
java.lang.String |
getValue() |
int |
hashCode()
Returns a hash code for this ClassConstant object.
|
java.lang.String |
toString() |
static ClassConstant |
v(java.lang.String value) |
clone, equivHashCode, equivTo, getUseBoxes, toStringpublic static ClassConstant v(java.lang.String value)
public boolean equals(java.lang.Object c)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getValue()
public Type getType()
Valuepublic void apply(Switch sw)
SwitchableCopyright © 2012-2019 RoboVM AB. All Rights Reserved.