Packages

c

core.smarts

ConstraintBuilder

class ConstraintBuilder extends AnyRef

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

Instance Constructors

  1. new ConstraintBuilder(factory: Factory)

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 add(addition: List[Constraint]): Unit
  5. def add(addition: Constraint): Unit
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def assignSubType(superType: Type, subType: Type): Unit
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. var constraints: List[Constraint]
  10. def declarationVariable(_type: Type): DeclarationVariable
  11. def declarationVariable(): DeclarationVariable
  12. def declare(name: String, container: Scope, origin: SourceElement = null, _type: Option[Type] = None): NamedDeclaration
  13. def declareScope(declaration: Declaration, parent: Option[Scope] = None, debugName: String = ""): ConcreteScope
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. val factory: Factory
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def getCommonSuperType(first: Type, second: Type): Type
  19. def getConstraints: Seq[Constraint]
  20. def getDeclarationOfType(_type: Type): Declaration
  21. def getDeclaredScope(declaration: Declaration, scopeName: Any = null): ScopeVariable
  22. def getType(declaration: Declaration): Type
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def importScope(into: Scope, source: Scope): Unit
  25. def isFirstSubsetOfSecond(subType: Type, superType: Type): Unit
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def newScope(parent: Option[Scope] = None, debugName: String = ""): ConcreteScope
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. var proofs: Proofs
  32. def refer(hasName: String, scope: Scope, origin: Option[SourceElement]): Reference
  33. def resolve(name: String, scope: Scope, origin: SourceElement, _type: Option[Type] = None): DeclarationVariable
  34. def resolveOption(name: String, origin: Option[SourceElement], scope: Scope, _type: Option[Type] = None): DeclarationVariable
  35. def resolveToType(name: String, origin: SourceElement, scope: Scope, _type: Type): DeclarationVariable
  36. def scopeVariable(parent: Option[Scope] = None): ScopeVariable
  37. def specialization(first: Type, second: Type, debugInfo: Any = null): Unit
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toSolver: ConstraintSolver
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. def typeVariable(origin: Option[SourceElement] = None): TypeVariable
  42. val typeVariables: Map[String, TypeVariable]
  43. def typesAreEqual(first: Type, second: Type): Unit
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. 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