class KotlinTypeInfoProvider extends TypeInfoProvider
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KotlinTypeInfoProvider
- TypeInfoProvider
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new KotlinTypeInfoProvider(environment: KotlinCoreEnvironment)
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 aliasTypeFullName(expr: KtTypeAlias, or: String): String
- Definition Classes
- KotlinTypeInfoProvider → TypeInfoProvider
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- lazy val bindingContext: BindingContext
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def containingDeclType(expr: KtQualifiedExpression, or: String): String
- Definition Classes
- KotlinTypeInfoProvider → TypeInfoProvider
- def descriptorRenderer(desc: DeclarationDescriptor): DescriptorRenderer
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def expressionType(expr: KtExpression, or: String): String
- Definition Classes
- KotlinTypeInfoProvider → TypeInfoProvider
- def fqName(current: String, desc: DeclarationDescriptor): String
- def fullName(expr: KtClassOrObject, or: String): String
- Definition Classes
- KotlinTypeInfoProvider → TypeInfoProvider
- def fullName(expr: KtTypeAlias, or: String): String
- Definition Classes
- KotlinTypeInfoProvider → TypeInfoProvider
- def fullNameWithSignature(expr: KtNamedFunction, or: (String, String)): (String, String)
- Definition Classes
- KotlinTypeInfoProvider → TypeInfoProvider
- def fullNameWithSignature(expr: KtQualifiedExpression, or: (String, String)): (String, String)
- Definition Classes
- KotlinTypeInfoProvider → TypeInfoProvider
- def fullNameWithSignature(expr: KtBinaryExpression, or: (String, String)): (String, String)
- Definition Classes
- KotlinTypeInfoProvider → TypeInfoProvider
- def fullNameWithSignature(expr: KtCallExpression, or: (String, String)): (String, String)
- Definition Classes
- KotlinTypeInfoProvider → TypeInfoProvider
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- var hasEmptyBindingContext: Boolean
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def inheritanceTypes(expr: KtClassOrObject, or: Seq[String]): Seq[String]
- Definition Classes
- KotlinTypeInfoProvider → TypeInfoProvider
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isValidRender(render: String): Boolean
- 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()
- def parameterType(expr: KtParameter, or: String): String
- Definition Classes
- KotlinTypeInfoProvider → TypeInfoProvider
- def propertyType(expr: KtProperty, or: String): String
- Definition Classes
- KotlinTypeInfoProvider → TypeInfoProvider
- def returnType(expr: KtNamedFunction, or: String): String
- Definition Classes
- KotlinTypeInfoProvider → TypeInfoProvider
- def stripDebugInfo(typeName: String): String
- def stripOptionality(typeName: String): String
- def stripOut(name: String): String
- def stripped(typeName: String): String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def typeFullName(expr: KtNameReferenceExpression, or: String): String
- Definition Classes
- KotlinTypeInfoProvider → TypeInfoProvider
- 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