public static class AnnotationsAttribute.Annotation extends java.lang.Object
Constructor and Description |
---|
Annotation(int num_pairs,
CPUTF8 type,
CPUTF8[] element_names,
AnnotationsAttribute.ElementValue[] element_values) |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getClassFileEntries() |
int |
getLength() |
void |
resolve(ClassConstantPool pool) |
void |
writeBody(java.io.DataOutputStream dos) |
public Annotation(int num_pairs, CPUTF8 type, CPUTF8[] element_names, AnnotationsAttribute.ElementValue[] element_values)
public int getLength()
public void resolve(ClassConstantPool pool)
public void writeBody(java.io.DataOutputStream dos) throws java.io.IOException
java.io.IOException
public java.util.List getClassFileEntries()