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