Packages

trait KtPsiToAst extends AnyRef

Self Type
AstCreator
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KtPsiToAst
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def astForArrayAccess(expr: KtArrayAccessExpression, argIdx: Option[Int])(implicit typeInfoProvider: TypeInfoProvider): Ast
  6. def astForBinaryExpr(expr: KtBinaryExpression, argIdx: Option[Int])(implicit typeInfoProvider: TypeInfoProvider): Ast
  7. def astForBinaryExprWithTypeRHS(expr: KtBinaryExpressionWithTypeRHS, argIdx: Option[Int])(implicit typeInfoProvider: TypeInfoProvider): Ast
  8. def astForBlock(expr: KtBlockExpression, argIdx: Option[Int], pushToScope: Boolean = true, localsForCaptures: List[NewLocal] = List(), implicitReturnAroundLastStatement: Boolean = false)(implicit typeInfoProvider: TypeInfoProvider): Ast
  9. def astForBreak(expr: KtBreakExpression)(implicit typeInfoProvider: TypeInfoProvider): Ast
  10. def astForCall(expr: KtCallExpression, argIdx: Option[Int])(implicit typeInfoProvider: TypeInfoProvider): Ast
  11. def astForClassLiteral(expr: KtClassLiteralExpression, argIdx: Option[Int])(implicit typeInfoProvider: TypeInfoProvider): Ast
  12. def astForContinue(expr: KtContinueExpression)(implicit typeInfoProvider: TypeInfoProvider): Ast
  13. def astForDeclaration(decl: KtDeclaration)(implicit typeInfoProvider: TypeInfoProvider): Seq[Ast]
  14. def astForDoWhile(expr: KtDoWhileExpression)(implicit typeInfoProvider: TypeInfoProvider): Ast
  15. def astForFile(fileWithMeta: KtFileWithMeta)(implicit typeInfoProvider: TypeInfoProvider): Ast
  16. def astForFor(expr: KtForExpression)(implicit typeInfoProvider: TypeInfoProvider): Ast
  17. def astForIf(expr: KtIfExpression, argIdx: Option[Int])(implicit typeInfoProvider: TypeInfoProvider): Ast
  18. def astForIfAsControlStructure(expr: KtIfExpression)(implicit typeInfoProvider: TypeInfoProvider): Ast
  19. def astForIfAsExpression(expr: KtIfExpression, argIdx: Option[Int])(implicit typeInfoProvider: TypeInfoProvider): Ast
  20. def astForImportDirective(directive: KtImportDirective): Ast
  21. def astForIsExpression(expr: KtIsExpression, argIdx: Option[Int])(implicit typeInfoProvider: TypeInfoProvider): Ast
  22. def astForLambda(expr: KtLambdaExpression, argIdx: Option[Int])(implicit typeInfoProvider: TypeInfoProvider): Ast
  23. def astForLiteral(expr: KtConstantExpression, argIdx: Option[Int])(implicit typeInfoProvider: TypeInfoProvider): Ast
  24. def astForMember(decl: KtDeclaration)(implicit typeInfoProvider: TypeInfoProvider): Ast
  25. def astForMethod(ktFn: KtNamedFunction, needsThisParameter: Boolean = false)(implicit typeInfoProvider: TypeInfoProvider): Ast
  26. def astForNameReference(expr: KtNameReferenceExpression, argIdx: Option[Int])(implicit typeInfoProvider: TypeInfoProvider): Ast
  27. def astForPackageDeclaration(packageName: String): Ast
  28. def astForParameter(param: KtParameter, order: Int)(implicit typeInfoProvider: TypeInfoProvider): Ast
  29. def astForPostfixExpression(expr: KtPostfixExpression, argIdx: Option[Int])(implicit typeInfoProvider: TypeInfoProvider): Ast
  30. def astForPrefixExpression(expr: KtPrefixExpression, argIdx: Option[Int])(implicit typeInfoProvider: TypeInfoProvider): Ast
  31. def astForQualifiedExpression(expr: KtQualifiedExpression, argIdx: Option[Int])(implicit typeInfoProvider: TypeInfoProvider): Ast
  32. def astForReturnExpression(expr: KtReturnExpression)(implicit typeInfoProvider: TypeInfoProvider): Ast
  33. def astForStringTemplate(expr: KtStringTemplateExpression, argIdx: Option[Int])(implicit typeInfoProvider: TypeInfoProvider): Ast
  34. def astForSuperExpression(expr: KtSuperExpression, argIdx: Option[Int])(implicit typeInfoProvider: TypeInfoProvider): Ast
  35. def astForThisExpression(expr: KtThisExpression, argIdx: Option[Int])(implicit typeInfoProvider: TypeInfoProvider): Ast
  36. def astForTry(expr: KtTryExpression, argIdx: Option[Int])(implicit typeInfoProvider: TypeInfoProvider): Ast
  37. def astForTypeAlias(typeAlias: KtTypeAlias)(implicit typeInfoProvider: TypeInfoProvider): Ast
  38. def astForTypeReference(expr: KtTypeReference, argIdx: Option[Int])(implicit typeInfoProvider: TypeInfoProvider): Ast
  39. def astForUnknown(expr: KtExpression, argIdx: Option[Int]): Ast
  40. def astForWhen(expr: KtWhenExpression, argIdx: Option[Int])(implicit typeInfoProvider: TypeInfoProvider): Ast
  41. def astForWhile(expr: KtWhileExpression)(implicit typeInfoProvider: TypeInfoProvider): Ast
  42. def astsForClassOrObject(ktClass: KtClassOrObject)(implicit typeInfoProvider: TypeInfoProvider): Seq[Ast]
  43. def astsForDestructuringDeclaration(expr: KtDestructuringDeclaration)(implicit typeInfoProvider: TypeInfoProvider): Seq[Ast]
  44. def astsForProperty(expr: KtProperty)(implicit typeInfoProvider: TypeInfoProvider): Seq[Ast]
  45. def astsForWhenEntry(entry: KtWhenEntry, argIdx: Int)(implicit typeInfoProvider: TypeInfoProvider): Seq[Ast]
  46. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  47. def componentNMethodAsts(typeDecl: NewTypeDecl, parameters: Seq[KtParameter])(implicit typeInfoProvider: TypeInfoProvider): Seq[Ast]
  48. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  50. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  51. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  52. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  53. def memberSetCallAst(param: KtParameter, classFullName: String)(implicit typeInfoProvider: TypeInfoProvider): Ast
  54. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  55. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  56. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  57. def secondaryCtorAsts(ctors: Seq[KtSecondaryConstructor], classFullName: String)(implicit typeInfoProvider: TypeInfoProvider): Seq[Ast]
  58. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  59. def toString(): String
    Definition Classes
    AnyRef → Any
  60. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  62. 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 AnyRef

Inherited from Any

Ungrouped