Package org.apache.bcel.classfile
Class ParameterAnnotationEntry
- java.lang.Object
-
- org.apache.bcel.classfile.ParameterAnnotationEntry
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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
-
-
-
Method Detail
-
accept
public void accept(Visitor v)
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class. I.e., the hierarchy of methods, fields, attributes, etc. spawns a tree of objects.
-
getAnnotationEntries
public AnnotationEntry[] getAnnotationEntries()
returns the array of annotation entries in this annotation
-
dump
public void dump(DataOutputStream dos) throws IOException
- Throws:
IOException
-
createParameterAnnotationEntries
public static ParameterAnnotationEntry[] createParameterAnnotationEntries(Attribute[] attrs)
-
-