Packages

case class CharValue(const_value_index: Constant_Pool_Index) extends BaseElementValue with Product with Serializable

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

Instance Constructors

  1. new CharValue(const_value_index: Constant_Pool_Index)

Value Members

  1. final 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
    BaseElementValueElementValue
  2. val const_value_index: Constant_Pool_Index
    Definition Classes
    CharValueBaseElementValue
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. final def tag: Int
    Definition Classes
    CharValueElementValue
  5. def toXHTML(implicit cp: Constant_Pool): Node
    Definition Classes
    BaseElementValueElementValue