Packages

case class Constant(value: Any) extends Forest.AbsConstant with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Forest.AbsConstant, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Constant
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AbsConstant
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Constant(value: Any)

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 booleanValue: Boolean
    Definition Classes
    ConstantAbsConstant
  6. def byteValue: Byte
    Definition Classes
    ConstantAbsConstant
  7. def charValue: Char
    Definition Classes
    ConstantAbsConstant
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def doubleValue: Double
    Definition Classes
    ConstantAbsConstant
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(other: Any): Boolean

    We need the equals method to take account of tags as well as values.

    We need the equals method to take account of tags as well as values.

    Definition Classes
    Constant → Equals → AnyRef → Any
  12. def escapedChar(ch: Char): String
    Annotations
    @switch()
  13. def escapedStringValue: String
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def floatValue: Float
    Definition Classes
    ConstantAbsConstant
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int
    Definition Classes
    Constant → AnyRef → Any
  18. def intValue: Int
    Definition Classes
    ConstantAbsConstant
  19. def isAnyVal: Boolean
  20. def isByteRange: Boolean
  21. def isCharRange: Boolean
  22. def isFloatRange: Boolean
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isIntRange: Boolean
  25. def isLongRange: Boolean
  26. def isNaN: Boolean
    Definition Classes
    ConstantAbsConstant
  27. def isNonUnitAnyVal: Boolean
  28. def isNumeric: Boolean
  29. def isShortRange: Boolean
  30. def longValue: Long
    Definition Classes
    ConstantAbsConstant
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  34. def shortValue: Short
    Definition Classes
    ConstantAbsConstant
  35. def stringValue: String

    Convert constant value to conform to given type.

    Convert constant value to conform to given type.

    Definition Classes
    ConstantAbsConstant
  36. def symbolValue: Forest.Symbol
    Definition Classes
    ConstantAbsConstant
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. lazy val tag: Int
  39. def typeValue: Forest.Type
    Definition Classes
    ConstantAbsConstant
  40. val value: Any
    Definition Classes
    ConstantAbsConstant
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Forest.AbsConstant

Inherited from AnyRef

Inherited from Any

Ungrouped