public static class AnnotationsAttribute.Annotation extends Object
Constructor and Description |
---|
Annotation(int num_pairs,
CPUTF8 type,
CPUTF8[] element_names,
AnnotationsAttribute.ElementValue[] element_values) |
Modifier and Type | Method and Description |
---|---|
List |
getClassFileEntries() |
int |
getLength() |
void |
resolve(ClassConstantPool pool) |
void |
writeBody(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(DataOutputStream dos) throws IOException
IOException
public List getClassFileEntries()
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.