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
public class RuntimeVisAnnos extends RuntimeAnnos
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeVisAnnos(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ClassVisitor v)Attributecopy(ConstantPool constant_pool)voiddump(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 Detail
-
RuntimeVisAnnos
public RuntimeVisAnnos(int nameIdx, int len, ConstantPool cpool)
-
RuntimeVisAnnos
public RuntimeVisAnnos(int nameIdx, int len, DataInputStream dis, ConstantPool cpool) throws IOException- Throws:
IOException
-
RuntimeVisAnnos
public RuntimeVisAnnos(int nameIndex, int len, byte[] rvaData, ConstantPool cpool)
-
-
Method Detail
-
accept
public void accept(ClassVisitor v)
-
dump
public final void dump(DataOutputStream dos) throws IOException
- Overrides:
dumpin classAttribute- Throws:
IOException
-
copy
public Attribute copy(ConstantPool constant_pool)
-
-