Packages

c

reqT

Var

case class Var(ref: AnyRef) extends DSL with scala.Product with Serializable

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

Instance Constructors

  1. new Var(ref: AnyRef)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def *(that: Var): MulBuilder
  4. def +(that: Var): PlusBuilder
  5. def <(const: Int): XltC
  6. def <(that: Var): XltY
  7. def <=(const: Int): XlteqC
  8. def <=(that: Var): XlteqY
  9. def =/=(const: Boolean): XeqBool
  10. def =/=(const: Int): XneqC
  11. def =/=(that: Var): XneqY
  12. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def ===(mulThat: MulBuilder): XmulYeqZ
  14. def ===(sumThat: SumBuilder): SumEq
  15. def ===(const: Boolean): XeqBool
  16. def ===(const: Int): XeqC
  17. def ===(that: Var): XeqY
  18. def >(const: Int): XgtC
  19. def >(that: Var): XgtY
  20. def >=(const: Int): XgteqC
  21. def >=(that: Var): XgteqY
  22. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  23. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. final def getClass(): java.lang.Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def prefix: String
    Definition Classes
    DSL
  32. val ref: AnyRef
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toScala: String

    Concrete DSL classes should have an executable string representation.

    Concrete DSL classes should have an executable string representation. If the default toString is not executable Scala-embedded DSL syntax, then this method is overridden by an executable string.

    Definition Classes
    VarDSL
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from scala.Product

Inherited from Equals

Inherited from DSL

Inherited from AnyRef

Inherited from Any

Ungrouped