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