Class RuntimeInvisAnnos
java.lang.Object
org.aspectj.apache.bcel.classfile.Attribute
org.aspectj.apache.bcel.classfile.annotation.RuntimeAnnos
org.aspectj.apache.bcel.classfile.annotation.RuntimeInvisAnnos
- All Implemented Interfaces:
Serializable
,Cloneable
,Node
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRuntimeInvisAnnos
(int nameIndex, int len, byte[] rvaData, ConstantPool cpool) RuntimeInvisAnnos
(int nameIdx, int len, DataInputStream dis, ConstantPool cpool) RuntimeInvisAnnos
(int nameIdx, int len, ConstantPool cpool) -
Method Summary
Modifier and TypeMethodDescriptionvoid
copy
(ConstantPool constant_pool) final void
dump
(DataOutputStream dos) Methods inherited from class org.aspectj.apache.bcel.classfile.annotation.RuntimeAnnos
areVisible, getAnnotations, isInflated, readAnnotations, writeAnnotations
Methods inherited from class org.aspectj.apache.bcel.classfile.Attribute
getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute, toString
-
Constructor Details
-
RuntimeInvisAnnos
-
RuntimeInvisAnnos
public RuntimeInvisAnnos(int nameIdx, int len, DataInputStream dis, ConstantPool cpool) throws IOException - Throws:
IOException
-
RuntimeInvisAnnos
-
-
Method Details