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(DataOutputStream dos) |
AnnotationEntry[] |
getAnnotationEntries()
returns the array of annotation entries in this annotation
|
public void accept(Visitor v)
public AnnotationEntry[] getAnnotationEntries()
public void dump(DataOutputStream dos) throws IOException
IOException
public static ParameterAnnotationEntry[] createParameterAnnotationEntries(Attribute[] attrs)
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.