Packages

final class DynamicConstant extends ConstantValue[Any]

Represents a dynamic constant.

DynamicConstant is used to represent dynamic constant arguments of bootstrap methods.

Source
DynamicConstant.scala
Linear Supertypes
ConstantValue[Any], BootstrapArgument, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DynamicConstant
  2. ConstantValue
  3. BootstrapArgument
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DynamicConstant(name: String, descriptor: FieldType, bsmIndex: Int)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bootstrapMethod: BootstrapMethod
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. val descriptor: FieldType
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(other: Any): Boolean
    Definition Classes
    DynamicConstant → AnyRef → Any
  10. def fillInBootstrapMethod(bootstrapMethods: BootstrapMethods): Unit
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. val name: String
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. def runtimeValueType: FieldType

    The (runtime) type of the concrete value.

    The (runtime) type of the concrete value.

    Definition Classes
    DynamicConstantConstantValue
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toBoolean: Boolean
    Definition Classes
    ConstantValue
  21. def toByte: Byte
    Definition Classes
    ConstantValue
  22. def toChar: Char
    Definition Classes
    ConstantValue
  23. def toDouble: Double
    Definition Classes
    ConstantValue
  24. def toFloat: Float
    Definition Classes
    ConstantValue
  25. def toInt: Int
    Definition Classes
    ConstantValue
  26. def toJava: String
    Definition Classes
    DynamicConstantBootstrapArgument
  27. def toLong: Long
    Definition Classes
    ConstantValue
  28. def toReferenceType: ReferenceType
    Definition Classes
    ConstantValue
  29. def toShort: Short
    Definition Classes
    ConstantValue
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def toUTF8: String
    Definition Classes
    ConstantValue
  32. def value: Nothing

    The concrete value.

    The concrete value.

    Definition Classes
    DynamicConstantConstantValue
  33. def valueToString: String

    A string representation of the concrete value; used for debugging purposes.

    A string representation of the concrete value; used for debugging purposes.

    Definition Classes
    DynamicConstantConstantValue
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. 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 ConstantValue[Any]

Inherited from BootstrapArgument

Inherited from AnyRef

Inherited from Any

Ungrouped