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

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.RuntimeVisTypeAnnos
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, Node

public class RuntimeVisTypeAnnos
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
RuntimeVisTypeAnnos(int nameIdx, int len, ConstantPool cpool)
           
RuntimeVisTypeAnnos(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

RuntimeVisTypeAnnos

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

RuntimeVisTypeAnnos

public RuntimeVisTypeAnnos(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