org.aspectj.apache.bcel.classfile.annotation
Class RuntimeInvisTypeAnnos

java.lang.Object
  extended by org.aspectj.apache.bcel.classfile.Attribute
      extended by org.aspectj.apache.bcel.classfile.annotation.RuntimeTypeAnnos
          extended by org.aspectj.apache.bcel.classfile.annotation.RuntimeInvisTypeAnnos
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, Node

public class RuntimeInvisTypeAnnos
extends RuntimeTypeAnnos

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.aspectj.apache.bcel.classfile.Attribute
cpool, length, nameIndex, NoAttributes, tag
 
Constructor Summary
RuntimeInvisTypeAnnos(int nameIdx, int len, ConstantPool cpool)
           
RuntimeInvisTypeAnnos(int nameIdx, int len, java.io.DataInputStream dis, ConstantPool cpool)
           
 
Method Summary
 void accept(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuntimeInvisTypeAnnos

public RuntimeInvisTypeAnnos(int nameIdx,
                             int len,
                             java.io.DataInputStream dis,
                             ConstantPool cpool)
                      throws java.io.IOException
Throws:
java.io.IOException

RuntimeInvisTypeAnnos

public RuntimeInvisTypeAnnos(int nameIdx,
                             int len,
                             ConstantPool cpool)
Method Detail

accept

public void accept(ClassVisitor v)
Specified by:
accept in interface Node
Specified by:
accept in class Attribute