Class RuntimeVisTypeAnnos
- java.lang.Object
-
- org.aspectj.apache.bcel.classfile.Attribute
-
- org.aspectj.apache.bcel.classfile.annotation.RuntimeTypeAnnos
-
- org.aspectj.apache.bcel.classfile.annotation.RuntimeVisTypeAnnos
-
- All Implemented Interfaces:
Serializable,Cloneable,Node
public class RuntimeVisTypeAnnos extends RuntimeTypeAnnos
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeVisTypeAnnos(int nameIdx, int len, DataInputStream dis, ConstantPool cpool)RuntimeVisTypeAnnos(int nameIdx, int len, ConstantPool cpool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ClassVisitor v)-
Methods inherited from class org.aspectj.apache.bcel.classfile.annotation.RuntimeTypeAnnos
areVisible, copy, dump, getTypeAnnotations, isInflated, readTypeAnnotations, toString, writeTypeAnnotations
-
Methods inherited from class org.aspectj.apache.bcel.classfile.Attribute
getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute
-
-
-
-
Constructor Detail
-
RuntimeVisTypeAnnos
public RuntimeVisTypeAnnos(int nameIdx, int len, DataInputStream dis, ConstantPool cpool) throws IOException- Throws:
IOException
-
RuntimeVisTypeAnnos
public RuntimeVisTypeAnnos(int nameIdx, int len, ConstantPool cpool)
-
-
Method Detail
-
accept
public void accept(ClassVisitor v)
-
-