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

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

public class RuntimeVisParamAnnos
extends RuntimeParamAnnos

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.aspectj.apache.bcel.classfile.Attribute
cpool, length, nameIndex, NoAttributes, tag
 
Constructor Summary
RuntimeVisParamAnnos(int nameIndex, int len, byte[] rvaData, ConstantPool cpool)
           
RuntimeVisParamAnnos(int nameIdx, int len, ConstantPool cpool)
           
RuntimeVisParamAnnos(int nameIdx, int len, java.io.DataInputStream dis, ConstantPool cpool)
           
 
Method Summary
 void accept(ClassVisitor v)
           
 Attribute copy(ConstantPool constant_pool)
           
 
Methods inherited from class org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos
areVisible, dump, getAnnotationsOnParameter, getParameterAnnotations, isInflated, readParameterAnnotations, toString, writeAnnotations
 
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

RuntimeVisParamAnnos

public RuntimeVisParamAnnos(int nameIdx,
                            int len,
                            ConstantPool cpool)

RuntimeVisParamAnnos

public RuntimeVisParamAnnos(int nameIndex,
                            int len,
                            byte[] rvaData,
                            ConstantPool cpool)

RuntimeVisParamAnnos

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

accept

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

copy

public Attribute copy(ConstantPool constant_pool)
Overrides:
copy in class RuntimeParamAnnos