org.apache.bcel.classfile

Class ParameterAnnotationEntry

public class ParameterAnnotationEntry extends Object implements Node, Constants

represents one parameter annotation in the parameter annotation table

Since: 5.3

Version: $Id: ParameterAnnotationEntry

Author: D. Brosius

Method Summary
voidaccept(Visitor v)
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.
AnnotationEntry[]getAnnotationEntries()
returns the array of annotation entries in this annotation
intgetNumAnnotations()

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.

Parameters: v Visitor object

getAnnotationEntries

public AnnotationEntry[] getAnnotationEntries()
returns the array of annotation entries in this annotation

getNumAnnotations

public final int getNumAnnotations()

Returns: the number of annotation entries in this parameter annotation

Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.