org.apache.bcel.classfile
Class RuntimeVisibleParameterAnnotations

java.lang.Object
  extended by org.apache.bcel.classfile.Attribute
      extended by org.apache.bcel.classfile.ParameterAnnotations
          extended by org.apache.bcel.classfile.RuntimeVisibleParameterAnnotations
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, Node

public class RuntimeVisibleParameterAnnotations
extends ParameterAnnotations

represents a parameter annotation that is represented in the class file and is provided to the JVM.

Since:
5.3
Version:
$Id: RuntimeVisibleParameterAnnotations
Author:
D. Brosius
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.bcel.classfile.Attribute
constant_pool, length, name_index, tag
 
Method Summary
 Attribute copy(ConstantPool constant_pool)
           
 
Methods inherited from class org.apache.bcel.classfile.ParameterAnnotations
accept, getNumParameterAnnotation, getParameterAnnotationEntries, getParameterAnnotationTable, setParameterAnnotationTable
 
Methods inherited from class org.apache.bcel.classfile.Attribute
addAttributeReader, clone, dump, getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndex, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

copy

public Attribute copy(ConstantPool constant_pool)
Specified by:
copy in class Attribute
Returns:
deep copy of this attribute


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