class ConstraintSolver extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConstraintSolver
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ConstraintSolver(builder: ConstraintBuilder, startingConstraints: Seq[Constraint], maxCycles: Int = 100, allowDuplicateDeclaration: Boolean = true, proofs: Proofs = new Proofs())
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 allConstraints: Seq[Constraint]
- val allowDuplicateDeclaration: Boolean
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def boundVariables: Set[TypeVariable]
- val builder: ConstraintBuilder
- def canDeclarationsMatch(left: Declaration, right: Declaration): Boolean
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- var constraints: Seq[Constraint]
- def couldBeSuperType(superType: Type, subType: Type): Boolean
Determines whether a super/sub type relationship can be assigned between two types.
- def cycle(): Boolean
- def declare(declaration: NamedDeclaration, _type: Type): Boolean
- def environment: Map[Declaration, Type]
- def environment_=(value: Map[Declaration, Type]): Unit
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- var generatedConstraints: Seq[Constraint]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def instantiateDeclaration(variable: DeclarationVariable, instance: Declaration): Unit
- def instantiateScope(variable: ScopeVariable, scope: Scope): Unit
- def instantiateType(variable: TypeVariable, _type: Type): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSuperType(superType: Type, subType: Type): Boolean
- val maxCycles: Int
- 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 proofs: Proofs
- def run(): Try[Unit]
- def scopeGraph: ScopeGraph
- val startingConstraints: Seq[Constraint]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def typeGraph: TypeGraph
- val unifiedClosures: Set[(ConstraintClosureType, AnyRef)]
- def unifyClosure(closure: ConstraintClosureType, typeApplication: TypeApplication): Boolean
- def unifyDeclarations(left: Declaration, right: Declaration): Boolean
- def unifyScopes(left: Scope, right: Scope): Boolean
- def unifyTypes(left: Type, right: Type): Boolean
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.