class ConstraintBuilder extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConstraintBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 add(addition: List[Constraint]): Unit
- def add(addition: Constraint): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assignSubType(superType: Type, subType: Type): Unit
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- var constraints: List[Constraint]
- def declarationVariable(_type: Type): DeclarationVariable
- def declarationVariable(): DeclarationVariable
- def declare(name: String, container: Scope, origin: SourceElement = null, _type: Option[Type] = None): NamedDeclaration
- def declareScope(declaration: Declaration, parent: Option[Scope] = None, debugName: String = ""): ConcreteScope
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val factory: Factory
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getCommonSuperType(first: Type, second: Type): Type
- def getConstraints: Seq[Constraint]
- def getDeclarationOfType(_type: Type): Declaration
- def getDeclaredScope(declaration: Declaration, scopeName: Any = null): ScopeVariable
- def getType(declaration: Declaration): Type
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def importScope(into: Scope, source: Scope): Unit
- def isFirstSubsetOfSecond(subType: Type, superType: Type): Unit
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newScope(parent: Option[Scope] = None, debugName: String = ""): ConcreteScope
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- var proofs: Proofs
- def refer(hasName: String, scope: Scope, origin: Option[SourceElement]): Reference
- def resolve(name: String, scope: Scope, origin: SourceElement, _type: Option[Type] = None): DeclarationVariable
- def resolveOption(name: String, origin: Option[SourceElement], scope: Scope, _type: Option[Type] = None): DeclarationVariable
- def resolveToType(name: String, origin: SourceElement, scope: Scope, _type: Type): DeclarationVariable
- def scopeVariable(parent: Option[Scope] = None): ScopeVariable
- def specialization(first: Type, second: Type, debugInfo: Any = null): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toSolver: ConstraintSolver
- def toString(): String
- Definition Classes
- AnyRef → Any
- def typeVariable(origin: Option[SourceElement] = None): TypeVariable
- val typeVariables: Map[String, TypeVariable]
- def typesAreEqual(first: Type, second: Type): Unit
- 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.