Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
Called by objects that are traversing the nodes of the tree implicitely
defined by the contents of a Java class.
|
static ParameterAnnotationEntry[] |
createParameterAnnotationEntries(Attribute[] attrs) |
void |
dump(java.io.DataOutputStream dos) |
AnnotationEntry[] |
getAnnotationEntries()
returns the array of annotation entries in this annotation
|
public void accept(Visitor v)
public AnnotationEntry[] getAnnotationEntries()
public void dump(java.io.DataOutputStream dos) throws java.io.IOException
java.io.IOException
public static ParameterAnnotationEntry[] createParameterAnnotationEntries(Attribute[] attrs)