org.apache.bcel.classfile
Class RuntimeVisibleAnnotations
java.lang.Object
org.apache.bcel.classfile.Attribute
org.apache.bcel.classfile.Annotations
org.apache.bcel.classfile.RuntimeVisibleAnnotations
- All Implemented Interfaces:
- Serializable, Cloneable, Node
public class RuntimeVisibleAnnotations
- extends Annotations
represents an annotation that is represented in the class file
and is provided to the JVM.
- Since:
- 5.2
- Version:
- $Id: RuntimeVisibleAnnotations
- Author:
- D. Brosius
- See Also:
- Serialized Form
Methods inherited from class org.apache.bcel.classfile.Attribute |
addAttributeReader, clone, dump, getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndex, toString |
RuntimeVisibleAnnotations
public RuntimeVisibleAnnotations(int name_index,
int length,
DataInputStream file,
ConstantPool constant_pool)
throws IOException
- Parameters:
name_index
- Index pointing to the name Codelength
- Content length in bytesfile
- Input streamconstant_pool
- Array of constants
- Throws:
IOException
copy
public Attribute copy(ConstantPool constant_pool)
- Specified by:
copy
in class Attribute
- Returns:
- deep copy of this attribute
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.