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