class ConstraintSolver extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConstraintSolver
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ConstraintSolver()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addVariable(): Ref
- def addVariable(name: String): Ref
- def apply(ref: String): RangeObject
- def apply(ref: Ref): RangeObject
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- val constraints: ArrayBuffer[EqConstraint]
- def convertToNonlinear(ref: Ref): Unit
- def eq(_v: Id, eqs: Id*): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def eqMember(obj: Id, member: String, eq: Id): Unit
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def find(ref: Ref): Ref
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val memberConstraints: ArrayBuffer[EqMemberConstraint]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val parents: ArrayBuffer[Int]
- def set(vs: Id*)(value: RangeObjectRef): Unit
- def set(v: Id, value: RangeObjectRef): Unit
- def setType(v: Id, ty: Type): Unit
- def solve(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toRangeObject(ref: Ref): RangeObject
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def typeToRange(ty: Type, value: Classification): RangeObjectRef
- def unify(ref1: Ref, ref2: Ref): Unit
- val values: ArrayBuffer[RangeObjectRef]
- val variables: HashMap[String, Ref]
-
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( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )