Packages

class DefaultTypeInfoProvider extends TypeInfoProvider

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

Instance Constructors

  1. new DefaultTypeInfoProvider(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, defaultValue: String): String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. lazy val bindingContext: BindingContext
  7. def bindingKind(expr: KtQualifiedExpression): CallKind
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def containingDeclType(expr: KtQualifiedExpression, defaultValue: String): String
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def erasedSignature(args: Seq[Any]): String
  13. def expressionType(expr: KtExpression, defaultValue: String): String
  14. def fullName(expr: KtClassOrObject, defaultValue: String): String
  15. def fullName(expr: KtTypeAlias, defaultValue: String): String
  16. def fullNameWithSignature(expr: KtNamedFunction, or: (String, String)): (String, String)
  17. def fullNameWithSignature(expr: KtPrimaryConstructor, or: (String, String)): (String, String)
  18. def fullNameWithSignature(expr: KtSecondaryConstructor, or: (String, String)): (String, String)
  19. def fullNameWithSignature(expr: KtLambdaExpression, keyPool: KeyPool): (String, String)
  20. def fullNameWithSignature(expr: KtQualifiedExpression, defaultValue: (String, String)): (String, String)
  21. def fullNameWithSignature(expr: KtBinaryExpression, defaultValue: (String, String)): (String, String)
  22. def fullNameWithSignature(expr: KtCallExpression, defaultValue: (String, String)): (String, String)
  23. def fullNameWithSignature(expr: KtClassLiteralExpression, defaultValue: (String, String)): (String, String)
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. var hasEmptyBindingContext: Boolean
  26. def hasStaticDesc(expr: KtQualifiedExpression): Boolean
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def inheritanceTypes(expr: KtClassOrObject, defaultValue: Seq[String]): Seq[String]
  29. def isConstructorCall(expr: KtCallExpression): Option[Boolean]
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def isReferencingMember(expr: KtNameReferenceExpression): Boolean
  32. def isValidRender(render: String): Boolean
  33. def nameReferenceKind(expr: KtNameReferenceExpression): NameReferenceKind
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. def parameterType(expr: KtParameter, defaultValue: String): String
  38. def propertyType(expr: KtProperty, defaultValue: String): String
  39. def referenceTargetTypeFullName(expr: KtNameReferenceExpression, defaultValue: String): String
  40. def returnType(expr: KtNamedFunction, defaultValue: String): String
  41. def returnTypeFullName(expr: KtLambdaExpression): String
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. def typeFullName(expr: KtNameReferenceExpression, defaultValue: String): String
  45. def typeFullName(expr: KtSecondaryConstructor, defaultValue: String): String
  46. def typeFullName(expr: KtPrimaryConstructor, defaultValue: String): String
  47. def typeFullName(expr: KtBinaryExpression, defaultValue: String): String
  48. def typeFullName(expr: KtTypeReference, defaultValue: String): String
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. 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