object One extends Const with scala.Product with Serializable

Linear Supertypes
Serializable, Serializable, scala.Product, Equals, Const, Expression, LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. One
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Const
  7. Expression
  8. LazyLogging
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def *(expression: Expression): Expression
    Definition Classes
    OneConstExpression
  4. def *(term: Term): Term
    Definition Classes
    Const
  5. def *(x: Var): Term
    Definition Classes
    Const
  6. def *(other: Const): Const
    Definition Classes
    Const
  7. def +(other: Const): Const
    Definition Classes
    Const
  8. def +(that: Expression): Expression
    Definition Classes
    Expression
  9. def -(other: Const): Const
    Definition Classes
    Const
  10. def -(that: Expression): Expression
    Definition Classes
    Expression
  11. def :=(that: Expression): Constraint
    Definition Classes
    Expression
  12. def <:=(that: Expression): Constraint
    Definition Classes
    Expression
  13. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def >:=(that: Expression): Constraint
    Definition Classes
    Expression
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  17. val constant: Double
    Definition Classes
    ConstExpression
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(obj: Any): Boolean

    obj

    an object to compare

    returns

    true only in case the object is a constant and has identical value

    Definition Classes
    ConstExpression → AnyRef → Any
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def getOrder: ExpressionType
    Definition Classes
    Expression
  22. def hashCode(): Int

    returns

    the hash code of the boxed double value

    Definition Classes
    Const → AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. val terms: LongDoubleMap
    Definition Classes
    Expression
  30. def toString(): String
    Definition Classes
    ConstExpression → AnyRef → Any
  31. def unary_-(): Const
    Definition Classes
    OneConstExpression
  32. val value: Double
    Definition Classes
    Const
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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 Serializable

Inherited from scala.Product

Inherited from Equals

Inherited from Const

Inherited from Expression

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped