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) |
static ClassConstant |
fromType(Type tp) |
Type |
getType()
Returns the Soot type of this Value.
|
String |
getValue() |
int |
hashCode()
Returns a hash code for this ClassConstant object.
|
boolean |
isRefType()
Gets whether this class constant denotes a reference type.
|
String |
toInternalString()
Gets an internal representation of the class used in Java bytecode.
|
Type |
toSootType() |
String |
toString() |
static ClassConstant |
v(String value) |
clone, convertToBaf, equivHashCode, equivTo, getUseBoxes, toStringpublic final String value
public static ClassConstant v(String value)
public static ClassConstant fromType(Type tp)
public boolean isRefType()
public Type toSootType()
public String toInternalString()
public int hashCode()
public String getValue()
public Type getType()
Valuepublic void apply(Switch sw)
SwitchableCopyright © 2020 Soot OSS. All rights reserved.