Packages

c

org.opalj.da

Signature_attribute

case class Signature_attribute(attribute_name_index: Constant_Pool_Index, signature_index: Constant_Pool_Index) extends Attribute with Product with Serializable

Source
Signature_attribute.scala
Linear Supertypes
Serializable, Product, Equals, Attribute, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Signature_attribute
  2. Serializable
  3. Product
  4. Equals
  5. Attribute
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Signature_attribute(attribute_name_index: Constant_Pool_Index, signature_index: Constant_Pool_Index)

Value Members

  1. 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_attributeAttribute
  2. def attribute_name(implicit cp: Constant_Pool): String
    Definition Classes
    Attribute
  3. val attribute_name_index: Constant_Pool_Index
    Definition Classes
    Signature_attributeAttribute
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. def signature(implicit cp: Constant_Pool): String
  6. def signatureSpan(implicit cp: Constant_Pool): Node
  7. val signature_index: Constant_Pool_Index
  8. 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
  9. def toXHTML(implicit cp: Constant_Pool): Node
    Definition Classes
    Signature_attributeAttribute