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 List<Object> getClassFileEntries()
public int getLength()
public void resolve(ClassConstantPool pool)
public void writeBody(DataOutputStream dos) throws IOException
IOException
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.