Class RuntimeInvisTypeAnnos
- java.lang.Object
-
- org.aspectj.apache.bcel.classfile.Attribute
-
- org.aspectj.apache.bcel.classfile.annotation.RuntimeTypeAnnos
-
- org.aspectj.apache.bcel.classfile.annotation.RuntimeInvisTypeAnnos
-
- All Implemented Interfaces:
Serializable,Cloneable,Node
public class RuntimeInvisTypeAnnos extends RuntimeTypeAnnos
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeInvisTypeAnnos(int nameIdx, int len, DataInputStream dis, ConstantPool cpool)RuntimeInvisTypeAnnos(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
-
RuntimeInvisTypeAnnos
public RuntimeInvisTypeAnnos(int nameIdx, int len, DataInputStream dis, ConstantPool cpool) throws IOException- Throws:
IOException
-
RuntimeInvisTypeAnnos
public RuntimeInvisTypeAnnos(int nameIdx, int len, ConstantPool cpool)
-
-
Method Detail
-
accept
public void accept(ClassVisitor v)
-
-