| Modifier and Type | Field and Description |
|---|---|
private AnnotationEntry[] |
annotation_table |
| Constructor and Description |
|---|
ParameterAnnotationEntry(java.io.DataInput input,
ConstantPool constant_pool)
Construct object from input stream.
|
| 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
|
private final AnnotationEntry[] annotation_table
ParameterAnnotationEntry(java.io.DataInput input,
ConstantPool constant_pool)
throws java.io.IOException
input - Input streamjava.io.IOExceptionpublic void accept(Visitor v)
public AnnotationEntry[] getAnnotationEntries()
public void dump(java.io.DataOutputStream dos)
throws java.io.IOException
java.io.IOExceptionpublic static ParameterAnnotationEntry[] createParameterAnnotationEntries(Attribute[] attrs)