case class Var(ref: AnyRef) extends DSL with scala.Product with Serializable
- Source
- constraints.scala
- Alphabetic
- By Inheritance
- Var
- Serializable
- Serializable
- Product
- Equals
- DSL
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def *(that: Var): MulBuilder
- def +(that: Var): PlusBuilder
- def <(const: Int): XltC
- def <(that: Var): XltY
- def <=(const: Int): XlteqC
- def <=(that: Var): XlteqY
- def =/=(const: Boolean): XeqBool
- def =/=(const: Int): XneqC
- def =/=(that: Var): XneqY
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ===(mulThat: MulBuilder): XmulYeqZ
- def ===(sumThat: SumBuilder): SumEq
- def ===(const: Boolean): XeqBool
- def ===(const: Int): XeqC
- def ===(that: Var): XeqY
- def >(const: Int): XgtC
- def >(that: Var): XgtY
- def >=(const: Int): XgteqC
- def >=(that: Var): XgteqY
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): java.lang.Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
prefix: String
- Definition Classes
- DSL
- val ref: AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toScala: String
Concrete DSL classes should have an executable string representation.
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )