Package org.apache.bcel.classfile
Class RuntimeInvisibleAnnotations
java.lang.Object
org.apache.bcel.classfile.Attribute
org.apache.bcel.classfile.Annotations
org.apache.bcel.classfile.RuntimeInvisibleAnnotations
- All Implemented Interfaces:
Serializable
,Cloneable
,Node
represents an annotation that is represented in the class file but is not
provided to the JVM.
- Since:
- 5.3
- Version:
- $Id: RuntimeInvisibleAnnotations
- Author:
- D. Brosius
- See Also:
-
Field Summary
Fields inherited from class org.apache.bcel.classfile.Attribute
constant_pool, length, name_index, tag
-
Method Summary
Modifier and TypeMethodDescriptioncopy
(ConstantPool constant_pool) final void
dump
(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, clone, getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndex, toString