Class RuntimeVisParamAnnos
- java.lang.Object
-
- org.aspectj.apache.bcel.classfile.Attribute
-
- org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos
-
- org.aspectj.apache.bcel.classfile.annotation.RuntimeVisParamAnnos
-
- All Implemented Interfaces:
Serializable,Cloneable,Node
public class RuntimeVisParamAnnos extends RuntimeParamAnnos
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeVisParamAnnos(int nameIndex, int len, byte[] rvaData, ConstantPool cpool)RuntimeVisParamAnnos(int nameIdx, int len, DataInputStream dis, ConstantPool cpool)RuntimeVisParamAnnos(int nameIdx, int len, ConstantPool cpool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ClassVisitor v)Attributecopy(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
-
-
-
-
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, DataInputStream dis, ConstantPool cpool) throws IOException- Throws:
IOException
-
-
Method Detail
-
accept
public void accept(ClassVisitor v)
-
copy
public Attribute copy(ConstantPool constant_pool)
- Overrides:
copyin classRuntimeParamAnnos
-
-