case class Signature_attribute(attribute_name_index: Constant_Pool_Index, signature_index: Constant_Pool_Index) extends Attribute with Product with Serializable
- Alphabetic
- By Inheritance
- Signature_attribute
- Serializable
- Product
- Equals
- Attribute
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Signature_attribute(attribute_name_index: Constant_Pool_Index, signature_index: Constant_Pool_Index)
Value Members
- final def attribute_length: Int
The value of the attribute_length item is fixed; it is always 2.
The value of the attribute_length item is fixed; it is always 2.
- Definition Classes
- Signature_attribute → Attribute
- def attribute_name(implicit cp: Constant_Pool): String
- Definition Classes
- Attribute
- val attribute_name_index: Constant_Pool_Index
- Definition Classes
- Signature_attribute → Attribute
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def signature(implicit cp: Constant_Pool): String
- def signatureSpan(implicit cp: Constant_Pool): Node
- val signature_index: Constant_Pool_Index
- 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
- Signature_attribute → Attribute