treehugger.Constants

Constant

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

Definition Classes
ConstantsConstants
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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Constant(value: Any)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def booleanValue: Boolean

    Definition Classes
    ConstantAbsConstant
  8. def byteValue: Byte

    Definition Classes
    ConstantAbsConstant
  9. def charValue: Char

    Definition Classes
    ConstantAbsConstant
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def doubleValue: Double

    Definition Classes
    ConstantAbsConstant
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. 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
  14. def escapedChar(ch: Char): String

    Annotations
    @switch()
  15. def escapedStringValue: String

  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def floatValue: Float

    Definition Classes
    ConstantAbsConstant
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    Constant → AnyRef → Any
  20. def intValue: Int

    Definition Classes
    ConstantAbsConstant
  21. def isAnyVal: Boolean

  22. def isByteRange: Boolean

  23. def isCharRange: Boolean

  24. def isFloatRange: Boolean

  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def isIntRange: Boolean

  27. def isLongRange: Boolean

  28. def isNaN: Boolean

    Definition Classes
    ConstantAbsConstant
  29. def isNonUnitAnyVal: Boolean

  30. def isNumeric: Boolean

  31. def isShortRange: Boolean

  32. def longValue: Long

    Definition Classes
    ConstantAbsConstant
  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  36. def shortValue: Short

    Definition Classes
    ConstantAbsConstant
  37. def stringValue: String

    Convert constant value to conform to given type.

    Convert constant value to conform to given type.

    Definition Classes
    ConstantAbsConstant
  38. def symbolValue: Forest.Symbol

    Definition Classes
    ConstantAbsConstant
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. lazy val tag: Int

  41. def typeValue: Forest.Type

    Definition Classes
    ConstantAbsConstant
  42. val value: Any

    Definition Classes
    ConstantAbsConstant
  43. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  44. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  45. 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

No Group