Packages

c

core.smarts

ConstraintSolver

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. Protected

Instance Constructors

  1. new ConstraintSolver(builder: ConstraintBuilder, startingConstraints: Seq[Constraint], maxCycles: Int = 100, allowDuplicateDeclaration: Boolean = true, proofs: Proofs = new Proofs())

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 allConstraints: Seq[Constraint]
  5. val allowDuplicateDeclaration: Boolean
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def boundVariables: Set[TypeVariable]
  8. val builder: ConstraintBuilder
  9. def canDeclarationsMatch(left: Declaration, right: Declaration): Boolean
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. var constraints: Seq[Constraint]
  12. def couldBeSuperType(superType: Type, subType: Type): Boolean

    Determines whether a super/sub type relationship can be assigned between two types.

  13. def cycle(): Boolean
  14. def declare(declaration: NamedDeclaration, _type: Type): Boolean
  15. def environment: Map[Declaration, Type]
  16. def environment_=(value: Map[Declaration, Type]): Unit
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. var generatedConstraints: Seq[Constraint]
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def instantiateDeclaration(variable: DeclarationVariable, instance: Declaration): Unit
  23. def instantiateScope(variable: ScopeVariable, scope: Scope): Unit
  24. def instantiateType(variable: TypeVariable, _type: Type): Boolean
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isSuperType(superType: Type, subType: Type): Boolean
  27. val maxCycles: Int
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. val proofs: Proofs
  32. def run(): Try[Unit]
  33. def scopeGraph: ScopeGraph
  34. val startingConstraints: Seq[Constraint]
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def typeGraph: TypeGraph
  38. val unifiedClosures: Set[(ConstraintClosureType, AnyRef)]
  39. def unifyClosure(closure: ConstraintClosureType, typeApplication: TypeApplication): Boolean
  40. def unifyDeclarations(left: Declaration, right: Declaration): Boolean
  41. def unifyScopes(left: Scope, right: Scope): Boolean
  42. def unifyTypes(left: Type, right: Type): Boolean
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. 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.

Inherited from AnyRef

Inherited from Any

Ungrouped