public class ConstantInfo extends SizableInfo
SizableInfo.ElementKind, SizableInfo.SignednessValuename, parent| Constructor and Description |
|---|
ConstantInfo(String name,
SizableInfo.ElementKind kind,
jdk.vm.ci.meta.ResolvedJavaMethod annotatedMethod) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(InfoTreeVisitor visitor) |
Object |
getAnnotatedElement() |
PropertyInfo<Object> |
getValueInfo() |
getKind, getSignednessInfo, getSizeInfo, isUnsignedadoptChild, adoptChildren, getChildren, getName, getParent, getUniqueID, mergeChildrenAndDelete, toStringpublic ConstantInfo(String name, SizableInfo.ElementKind kind, jdk.vm.ci.meta.ResolvedJavaMethod annotatedMethod)
public PropertyInfo<Object> getValueInfo()
public Object getAnnotatedElement()
getAnnotatedElement in class ElementInfopublic void accept(InfoTreeVisitor visitor)
accept in class ElementInfo