case class ConstantValue_attribute(attribute_name_index: Constant_Pool_Index, constantValue_index: Constant_Pool_Index) extends Attribute with Product with Serializable
- Alphabetic
- By Inheritance
- ConstantValue_attribute
- Serializable
- Product
- Equals
- Attribute
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ConstantValue_attribute(attribute_name_index: Constant_Pool_Index, constantValue_index: Constant_Pool_Index)
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
- ConstantValue_attribute → Attribute
- def attribute_name(implicit cp: Constant_Pool): String
- Definition Classes
- Attribute
- val attribute_name_index: Constant_Pool_Index
- Definition Classes
- ConstantValue_attribute → Attribute
- val constantValue_index: Constant_Pool_Index
- 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
- def toXHTML(implicit cp: Constant_Pool): Node
- Definition Classes
- ConstantValue_attribute → Attribute