public static class AnnotationsAttribute.Annotation extends Object
| Constructor and Description |
|---|
Annotation(int numPairs,
CPUTF8 type,
CPUTF8[] elementNames,
AnnotationsAttribute.ElementValue[] elementValues) |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getClassFileEntries() |
int |
getLength() |
void |
resolve(ClassConstantPool pool) |
void |
writeBody(DataOutputStream dos) |
public Annotation(int numPairs,
CPUTF8 type,
CPUTF8[] elementNames,
AnnotationsAttribute.ElementValue[] elementValues)
public int getLength()
public void resolve(ClassConstantPool pool)
public void writeBody(DataOutputStream dos) throws IOException
IOExceptionCopyright © 2002–2025. All rights reserved.