Packages

c

org.opalj.da

CONSTANT_Double_info

case class CONSTANT_Double_info(value: Double) extends Constant_Pool_Entry with Product with Serializable

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

Instance Constructors

  1. new CONSTANT_Double_info(value: Double)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def Constant_Type_Value: ConstantPoolTag
  5. def asCPNode(implicit cp: Constant_Pool): Node

    Creates a one-to-one representation of this constant pool entry node.

    Creates a one-to-one representation of this constant pool entry node. The created representation is intended to be used to completely represent this constant pool entry.

    Definition Classes
    CONSTANT_Double_infoConstant_Pool_Entry
  6. def asConstantClass: CONSTANT_Class_info
    Definition Classes
    Constant_Pool_Entry
  7. final def asConstantModule: CONSTANT_Module_info
    Definition Classes
    Constant_Pool_Entry
  8. final def asConstantPackage: CONSTANT_Package_info
    Definition Classes
    Constant_Pool_Entry
  9. def asConstantUTF8: CONSTANT_Utf8_info
    Definition Classes
    Constant_Pool_Entry
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def asInstructionParameter(implicit cp: Constant_Pool): NodeSeq

    Creates a resolved representation of this constant pool entry that is well-suited as an output in combination with an instruction (e.g., an ldc, get|putfield, invokXYZ,...).

    Creates a resolved representation of this constant pool entry that is well-suited as an output in combination with an instruction (e.g., an ldc, get|putfield, invokXYZ,...). I.e., a representation that contains no more pointers in the CP.

    Definition Classes
    CONSTANT_Double_infoConstant_Pool_Entry
  12. def asString: String
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. def productElementNames: Iterator[String]
    Definition Classes
    Product
  21. final def size: Int

    Size of this constant pool entry in bytes.

    Size of this constant pool entry in bytes.

    Definition Classes
    CONSTANT_Double_infoConstant_Pool_Entry
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. final def tag: Int
    Definition Classes
    Constant_Pool_Entry
  24. def toString(implicit cp: Constant_Pool): String
  25. val value: Double
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Constant_Pool_Entry

Inherited from ConstantPoolEntry

Inherited from AnyRef

Inherited from Any

Ungrouped