Package 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:
 java.lang.Cloneable,Node
public class RuntimeVisibleAnnotations extends Annotations
represents an annotation that is represented in the class file and is provided to the JVM.- Since:
 - 6.0
 
 
- 
- 
Field Summary
- 
Fields inherited from class org.apache.bcel.classfile.Attribute
constant_pool, length, name_index, tag 
 - 
 
- 
Constructor Summary
Constructors Constructor Description RuntimeVisibleAnnotations(int name_index, int length, java.io.DataInput input, ConstantPool constant_pool) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Attributecopy(ConstantPool constant_pool)voiddump(java.io.DataOutputStream dos)Dump attribute to file stream in binary format.- 
Methods inherited from class org.apache.bcel.classfile.Annotations
accept, getAnnotationEntries, getNumAnnotations, isRuntimeVisible, setAnnotationTable, writeAnnotations 
- 
Methods inherited from class org.apache.bcel.classfile.Attribute
addAttributeReader, addAttributeReader, clone, getConstantPool, getLength, getName, getNameIndex, getTag, println, readAttribute, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndex, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
RuntimeVisibleAnnotations
public RuntimeVisibleAnnotations(int name_index, int length, java.io.DataInput input, ConstantPool constant_pool) throws java.io.IOException- Parameters:
 name_index- Index pointing to the name Codelength- Content length in bytesinput- Input streamconstant_pool- Array of constants- Throws:
 java.io.IOException
 
 - 
 
- 
Method Detail
- 
copy
public Attribute copy(ConstantPool constant_pool)
 
 - 
 
 -