trait TypeInfoProvider extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- TypeInfoProvider
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def aliasTypeFullName(expr: KtTypeAlias, or: String): String
- abstract def bindingKind(expr: KtQualifiedExpression): CallKind
- abstract def containingDeclType(expr: KtQualifiedExpression, or: String): String
- abstract def erasedSignature(args: Seq[Any]): String
- abstract def expressionType(expr: KtExpression, or: String): String
- abstract def fullName(expr: KtTypeAlias, or: String): String
- abstract def fullName(expr: KtClassOrObject, or: String): String
- abstract def fullNameWithSignature(expr: KtLambdaExpression, keyPool: KeyPool): (String, String)
- abstract def fullNameWithSignature(expr: KtClassLiteralExpression, or: (String, String)): (String, String)
- abstract def fullNameWithSignature(expr: KtNamedFunction, or: (String, String)): (String, String)
- abstract def fullNameWithSignature(call: KtBinaryExpression, or: (String, String)): (String, String)
- abstract def fullNameWithSignature(expr: KtSecondaryConstructor, or: (String, String)): (String, String)
- abstract def fullNameWithSignature(expr: KtPrimaryConstructor, or: (String, String)): (String, String)
- abstract def fullNameWithSignature(call: KtCallExpression, or: (String, String)): (String, String)
- abstract def fullNameWithSignature(expr: KtQualifiedExpression, or: (String, String)): (String, String)
- abstract def hasStaticDesc(expr: KtQualifiedExpression): Boolean
- abstract def inheritanceTypes(expr: KtClassOrObject, or: Seq[String]): Seq[String]
- abstract def isConstructorCall(expr: KtCallExpression): Option[Boolean]
- abstract def isReferencingMember(expr: KtNameReferenceExpression): Boolean
- abstract def nameReferenceKind(expr: KtNameReferenceExpression): NameReferenceKind
- abstract def parameterType(expr: KtParameter, or: String): String
- abstract def propertyType(expr: KtProperty, or: String): String
- abstract def referenceTargetTypeFullName(expr: KtNameReferenceExpression, or: String): String
- abstract def returnType(elem: KtNamedFunction, or: String): String
- abstract def returnTypeFullName(expr: KtLambdaExpression): String
- abstract def typeFullName(expr: KtSecondaryConstructor, or: String): String
- abstract def typeFullName(expr: KtPrimaryConstructor, or: String): String
- abstract def typeFullName(expr: KtTypeReference, or: String): String
- abstract def typeFullName(expr: KtBinaryExpression, defaultValue: String): String
- abstract def typeFullName(expr: KtNameReferenceExpression, or: String): String
Concrete 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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