Packages

class KotlinTypeInfoProvider extends TypeInfoProvider

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

Instance Constructors

  1. new KotlinTypeInfoProvider(environment: KotlinCoreEnvironment)

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 aliasTypeFullName(expr: KtTypeAlias, or: String): String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. lazy val bindingContext: BindingContext
  7. def bindingKind(expr: KtQualifiedExpression): BindingKind
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def containingDeclType(expr: KtQualifiedExpression, or: String): String
  10. def descriptorRenderer(desc: DeclarationDescriptor): DescriptorRenderer
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def expressionType(expr: KtExpression, or: String): String
  14. def fqName(current: String, desc: DeclarationDescriptor): String
  15. def fullName(expr: KtClassOrObject, or: String): String
  16. def fullName(expr: KtTypeAlias, or: String): String
  17. def fullNameWithSignature(expr: KtNamedFunction, or: (String, String)): (String, String)
  18. def fullNameWithSignature(expr: KtQualifiedExpression, or: (String, String)): (String, String)
  19. def fullNameWithSignature(expr: KtBinaryExpression, or: (String, String)): (String, String)
  20. def fullNameWithSignature(expr: KtCallExpression, or: (String, String)): (String, String)
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. var hasEmptyBindingContext: Boolean
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def inheritanceTypes(expr: KtClassOrObject, or: Seq[String]): Seq[String]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isValidRender(render: String): Boolean
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def parameterType(expr: KtParameter, or: String): String
  31. def propertyType(expr: KtProperty, or: String): String
  32. def returnType(expr: KtNamedFunction, or: String): String
  33. def stripDebugInfo(typeName: String): String
  34. def stripOptionality(typeName: String): String
  35. def stripOut(name: String): String
  36. def stripped(typeName: String): String
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def typeFullName(expr: KtNameReferenceExpression, or: String): String
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. 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

Inherited from TypeInfoProvider

Inherited from AnyRef

Inherited from Any

Ungrouped