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. def anonymousObjectIdx(obj: KtElement): Option[Int]
  6. def anySignature(args: Seq[Any]): String
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val bindingContext: BindingContext
  9. def bindingKind(expr: KtQualifiedExpression): CallKind
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def containingDeclFullName(expr: KtCallExpression): Option[String]
  12. def containingDeclType(expr: KtQualifiedExpression, defaultValue: String): String
  13. def containingTypeDeclFullName(ktFn: KtNamedFunction, defaultValue: String): String
  14. def destructuringEntryType(expr: KtDestructuringDeclarationEntry, defaultValue: String): String
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def expressionType(expr: KtExpression, defaultValue: String): String
  18. def fullName(expr: KtClassOrObject, defaultValue: String, anonymousCtxMaybe: Option[AnonymousObjectContext] = None): String
  19. def fullName(expr: KtTypeAlias, defaultValue: String): String
  20. def fullNameWithSignature(expr: KtNamedFunction, defaultValue: (String, String)): (String, String)
  21. def fullNameWithSignature(expr: KtPrimaryConstructor, defaultValue: (String, String)): (String, String)
  22. def fullNameWithSignature(expr: KtSecondaryConstructor, defaultValue: (String, String)): (String, String)
  23. def fullNameWithSignature(expr: KtLambdaExpression, keyPool: KeyPool): (String, String)
  24. def fullNameWithSignature(expr: KtQualifiedExpression, defaultValue: (String, String)): (String, String)
  25. def fullNameWithSignature(expr: KtBinaryExpression, defaultValue: (String, String)): (String, String)
  26. def fullNameWithSignature(expr: KtCallExpression, defaultValue: (String, String)): (String, String)
  27. def fullNameWithSignature(expr: KtClassLiteralExpression, defaultValue: (String, String)): (String, String)
  28. def fullNameWithSignature(expr: KtDestructuringDeclarationEntry, defaultValue: (String, String)): (String, String)
  29. def fullNameWithSignatureAsLambda(expr: KtNamedFunction, keyPool: KeyPool): (String, String)
  30. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def hasApplyOrAlsoScopeFunctionParent(expr: KtLambdaExpression): Boolean
  32. def hasStaticDesc(expr: KtQualifiedExpression): Boolean
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. def implicitParameterName(expr: KtLambdaExpression): Option[String]
  35. def inheritanceTypes(expr: KtClassOrObject, defaultValue: Seq[String]): Seq[String]
  36. def isCompanionObject(expr: KtClassOrObject): Boolean
  37. def isConstructorCall(expr: KtExpression): Option[Boolean]
  38. def isConstructorDescriptor(desc: FunctionDescriptor): Boolean
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. def isRefToCompanionObject(expr: KtNameReferenceExpression): Boolean
  41. def isReferenceToClass(expr: KtNameReferenceExpression): Boolean
  42. def isReferencingMember(expr: KtNameReferenceExpression): Boolean
  43. def isStaticMethodCall(expr: KtQualifiedExpression): Boolean
  44. def isValidRender(render: String): Boolean
  45. def lambdaInvocationSignature(expr: KtLambdaExpression, returnType: String): String
  46. def nameReferenceKind(expr: KtNameReferenceExpression): NameReferenceKind
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. def parameterType(parameter: KtParameter, defaultValue: String): String
  51. def propertyType(expr: KtProperty, defaultValue: String): String
  52. def referenceTargetTypeFullName(expr: KtNameReferenceExpression, defaultValue: String): String
  53. def returnType(expr: KtNamedFunction, defaultValue: String): String
  54. def returnTypeFullName(expr: KtLambdaExpression): String
  55. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  56. def toString(): String
    Definition Classes
    AnyRef → Any
  57. def typeFromImports(name: String, file: KtFile): Option[String]
  58. def typeFullName(expr: KtNameReferenceExpression, defaultValue: String): String
  59. def typeFullName(expr: KtSecondaryConstructor, defaultValue: String): String
  60. def typeFullName(expr: KtPrimaryConstructor, defaultValue: String): String
  61. def typeFullName(expr: KtAnnotationEntry, defaultValue: String): String
  62. def typeFullName(expr: KtBinaryExpression, defaultValue: String): String
  63. def typeFullName(expr: KtParameter, defaultValue: String): String
  64. def typeFullName(expr: KtClassOrObject, defaultValue: String): String
  65. def typeFullName(expr: KtCallExpression, defaultValue: String): String
  66. def typeFullName(expr: KtTypeReference, defaultValue: String): String
  67. def typeFullName(expr: KtDestructuringDeclarationEntry, defaultValue: String): String
  68. def usedAsExpression(expr: KtExpression): Option[Boolean]
  69. def visibility(fn: KtNamedFunction): Option[DescriptorVisibility]
  70. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  71. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  72. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

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