Class RuntimeParamAnnos

java.lang.Object
org.aspectj.apache.bcel.classfile.Attribute
org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos
All Implemented Interfaces:
Serializable, Cloneable, Node
Direct Known Subclasses:
RuntimeInvisParamAnnos, RuntimeVisParamAnnos

public abstract class RuntimeParamAnnos extends Attribute
See Also:
Serialized Form
  • Constructor Details

    • RuntimeParamAnnos

      public RuntimeParamAnnos(byte attrid, boolean visible, int nameIdx, int len, ConstantPool cpool)
    • RuntimeParamAnnos

      public RuntimeParamAnnos(byte attrid, boolean visible, int nameIdx, int len, byte[] data, ConstantPool cpool)
  • Method Details