Packages

t

org.opalj.da

Attribute

trait Attribute extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Attribute
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract 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).

  2. abstract def attribute_name_index: Constant_Pool_Index
  3. abstract def toXHTML(implicit cp: Constant_Pool): Node

Concrete Value Members

  1. def attribute_name(implicit cp: Constant_Pool): String
  2. 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).