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

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

public class RuntimeInvisParamAnnos
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
RuntimeInvisParamAnnos(int nameIndex, int len, byte[] rvaData, ConstantPool cpool)
           
RuntimeInvisParamAnnos(int nameIdx, int len, ConstantPool cpool)
           
RuntimeInvisParamAnnos(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

RuntimeInvisParamAnnos

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

RuntimeInvisParamAnnos

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

RuntimeInvisParamAnnos

public RuntimeInvisParamAnnos(int nameIndex,
                              int len,
                              byte[] rvaData,
                              ConstantPool cpool)
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