Packages

t

org.opalj.da

StructuredElementValue

trait StructuredElementValue extends ElementValue

Source
ElementValue.scala
Linear Supertypes
ElementValue, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StructuredElementValue
  2. ElementValue
  3. AnyRef
  4. 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 required to store this element value in a class file.

    The number of bytes required to store this element value in a class file.

    Definition Classes
    ElementValue
  2. abstract def tag: Int
    Definition Classes
    ElementValue
  3. abstract def toXHTML(implicit cp: Constant_Pool): Node
    Definition Classes
    ElementValue