case class RuntimeInvisibleParameterAnnotations_attribute(attribute_name_index: Constant_Pool_Index, parameters_annotations: ParametersAnnotations) extends ParametersAnnotations_attribute with Product with Serializable
- Alphabetic
- By Inheritance
- RuntimeInvisibleParameterAnnotations_attribute
- Serializable
- Product
- Equals
- ParametersAnnotations_attribute
- Attribute
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new RuntimeInvisibleParameterAnnotations_attribute(attribute_name_index: Constant_Pool_Index, parameters_annotations: ParametersAnnotations)
Value Members
- final def attribute_length: Int
The number of bytes to store the attribute; excluding the index into the constant pool for the name (2 bytes) and the length of the attribute (4 bytes).
The number of bytes to store the attribute; excluding the index into the constant pool for the name (2 bytes) and the length of the attribute (4 bytes).
- Definition Classes
- ParametersAnnotations_attribute → Attribute
- def attribute_name(implicit cp: Constant_Pool): String
- Definition Classes
- Attribute
- val attribute_name_index: Constant_Pool_Index
- Definition Classes
- RuntimeInvisibleParameterAnnotations_attribute → Attribute
- def parametersAnnotationstoXHTML(implicit cp: Constant_Pool): Node
- Definition Classes
- ParametersAnnotations_attribute
- val parameters_annotations: ParametersAnnotations
- Definition Classes
- RuntimeInvisibleParameterAnnotations_attribute → ParametersAnnotations_attribute
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def size: Int
The number of bytes required to store this attribute; including the index into the constant pool for the name (2 bytes) and the length of the attribute (4 bytes).
The number of bytes required to store this attribute; including the index into the constant pool for the name (2 bytes) and the length of the attribute (4 bytes).
- Definition Classes
- Attribute
- final def toXHTML(implicit cp: Constant_Pool): Node
- Definition Classes
- RuntimeInvisibleParameterAnnotations_attribute → Attribute