class ConstraintSolver extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConstraintSolver
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConstraintSolver()

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. def addVariable(): Ref
  5. def addVariable(name: String): Ref
  6. def apply(ref: String): RangeObject
  7. def apply(ref: Ref): RangeObject
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  10. val constraints: ArrayBuffer[EqConstraint]
  11. def convertToNonlinear(ref: Ref): Unit
  12. def eq(_v: Id, eqs: Id*): Unit
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def eqMember(obj: Id, member: String, eq: Id): Unit
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def find(ref: Ref): Ref
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val memberConstraints: ArrayBuffer[EqMemberConstraint]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. val parents: ArrayBuffer[Int]
  25. def set(vs: Id*)(value: RangeObjectRef): Unit
  26. def set(v: Id, value: RangeObjectRef): Unit
  27. def setType(v: Id, ty: Type): Unit
  28. def solve(): Unit
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toRangeObject(ref: Ref): RangeObject
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def typeToRange(ty: Type, value: Classification): RangeObjectRef
  33. def unify(ref1: Ref, ref2: Ref): Unit
  34. val values: ArrayBuffer[RangeObjectRef]
  35. val variables: HashMap[String, Ref]
  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( ... )
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped