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