Packages

c

org.opalj.da

StackMapTable_attribute

case class StackMapTable_attribute(attribute_name_index: Constant_Pool_Index, stack_map_frames: StackMapFrames) extends Attribute with Product with Serializable

Source
StackMapTable_attribute.scala
Linear Supertypes
Serializable, Product, Equals, Attribute, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StackMapTable_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 StackMapTable_attribute(attribute_name_index: Constant_Pool_Index, stack_map_frames: StackMapFrames)

Value Members

  1. 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
    StackMapTable_attributeAttribute
  2. def attribute_name(implicit cp: Constant_Pool): String
    Definition Classes
    Attribute
  3. val attribute_name_index: Constant_Pool_Index
    Definition Classes
    StackMapTable_attributeAttribute
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. 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
  6. val stack_map_frames: StackMapFrames
  7. def stack_map_framestoXHTML(implicit cp: Constant_Pool): Node
  8. def toXHTML(implicit cp: Constant_Pool): Node
    Definition Classes
    StackMapTable_attributeAttribute