SubstitutionType

sealed external interface SubstitutionType : InstantiableType(source)

Properties

Link copied to clipboard
abstract var aliasSymbol: Symbol?
Link copied to clipboard
abstract var aliasTypeArguments: <Error class: unknown class><Type>?
Link copied to clipboard
abstract var baseType: Type
Link copied to clipboard
abstract var constraint: Type
Link copied to clipboard
abstract var flags: TypeFlags
Link copied to clipboard
abstract var objectFlags: ObjectFlags
Link copied to clipboard
Link copied to clipboard
abstract var symbol: Symbol

Functions

Link copied to clipboard
abstract fun getApparentProperties(): <Error class: unknown class><Symbol>
Link copied to clipboard
abstract fun getBaseTypes(): <Error class: unknown class><BaseType>?
Link copied to clipboard
abstract fun getCallSignatures(): <Error class: unknown class><Signature>
Link copied to clipboard
abstract fun getConstraint(): Type?
Link copied to clipboard
abstract fun getConstructSignatures(): <Error class: unknown class><Signature>
Link copied to clipboard
abstract fun getDefault(): Type?
Link copied to clipboard
abstract fun getFlags(): TypeFlags
Link copied to clipboard
abstract fun getNonNullableType(): Type
Link copied to clipboard
abstract fun getNumberIndexType(): Type?
Link copied to clipboard
abstract fun getProperties(): <Error class: unknown class><Symbol>
Link copied to clipboard
abstract fun getProperty(propertyName: String): Symbol?
Link copied to clipboard
abstract fun getStringIndexType(): Type?
Link copied to clipboard
abstract fun getSymbol(): Symbol?
Link copied to clipboard
abstract fun isClass(): Boolean
Link copied to clipboard
abstract fun isClassOrInterface(): Boolean
Link copied to clipboard
abstract fun isIndexType(): Boolean
Link copied to clipboard
abstract fun isIntersection(): Boolean
Link copied to clipboard
abstract fun isLiteral(): Boolean
Link copied to clipboard
abstract fun isNumberLiteral(): Boolean
Link copied to clipboard
abstract fun isStringLiteral(): Boolean
Link copied to clipboard
abstract fun isTypeParameter(): Boolean
Link copied to clipboard
abstract fun isUnion(): Boolean
Link copied to clipboard