public class ElementValue extends Object implements DependencyHolder
| Constructor and Description |
|---|
ElementValue(DataInputStream is,
ConstantPool constantPool) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDependentClassNames(Set<String> classNames) |
Annotation |
getAnnotation() |
ConstantValue<?> |
getConstantValue() |
char |
getTag() |
FieldType |
getType() |
ElementValue[] |
getValues() |
String |
toString() |
public ElementValue(DataInputStream is, ConstantPool constantPool) throws IOException
IOExceptionpublic void addDependentClassNames(Set<String> classNames)
addDependentClassNames in interface DependencyHolderpublic char getTag()
public ConstantValue<?> getConstantValue()
public FieldType getType()
public Annotation getAnnotation()
public ElementValue[] getValues()
Copyright © 2017–2025 Hans Jörg Heßmann. All rights reserved.