Packages

class AstCreator extends AstCreatorBase

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

Instance Constructors

  1. new AstCreator(fileWithMeta: KtFileWithMeta, xTypeInfoProvider: TypeInfoProvider, global: Global)

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 absolutePath(filename: String): String
    Definition Classes
    AstCreatorBase
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def astForArrayAccess(expr: KtArrayAccessExpression, scopeContext: Context, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  7. def astForBinaryExpr(expr: KtBinaryExpression, scopeContext: Context, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  8. def astForBinaryExprWithTypeRHS(expr: KtBinaryExpressionWithTypeRHS, scopeContext: Context, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  9. def astForBreak(expr: KtBreakExpression, scopeContext: Context, order: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithCtx
  10. def astForClassLiteral(expr: KtClassLiteralExpression, scopeContext: Context, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  11. def astForClassOrObject(ktClass: KtClassOrObject, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  12. def astForContinue(expr: KtContinueExpression, scopeContext: Context, order: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithCtx
  13. def astForDeclaration(decl: KtDeclaration, scopeContext: Context, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): Seq[AstWithCtx]
  14. def astForDoWhile(expr: KtDoWhileExpression, scopeContext: Context, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  15. def astForFor(expr: KtForExpression, scopeContext: Context, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  16. def astForIf(expr: KtIfExpression, scopeContext: Context, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  17. def astForIfAsControlStructure(expr: KtIfExpression, scopeContext: Context, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  18. def astForIfAsExpression(expr: KtIfExpression, scopeContext: Context, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  19. def astForImportEntry(entry: ImportEntry, order: Int): AstWithCtx
  20. def astForIsExpression(expr: KtIsExpression, scopeContext: Context, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  21. def astForLambda(expr: KtLambdaExpression, scopeContext: Context, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  22. def astForLiteral(expr: KtConstantExpression, scopeContext: Context, order: Int, argIdx: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithCtx
  23. def astForNameReference(expr: KtNameReferenceExpression, order: Int, argIdx: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithCtx
  24. def astForPackageDeclaration(packageName: String): AstWithCtx
  25. def astForPostfixExpression(expr: KtPostfixExpression, scopeContext: Context, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  26. def astForPrefixExpression(expr: KtPrefixExpression, scopeContext: Context, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  27. def astForQualifiedExpression(expr: KtQualifiedExpression, scopeContext: Context, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  28. def astForStringTemplate(expr: KtStringTemplateExpression, scopeContext: Context, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  29. def astForSuperExpression(expr: KtSuperExpression, scopeContext: Context, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  30. def astForThisExpression(expr: KtThisExpression, scopeContext: Context, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  31. def astForTopLevelProperty(prop: KtProperty, scopeContext: Context, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): Seq[AstWithCtx]
  32. def astForTry(expr: KtTryExpression, scopeContext: Context, order: Int, argumentIndex: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  33. def astForTypeAlias(typeAlias: KtTypeAlias, order: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithCtx
  34. def astForUnknown(expr: KtExpression, order: Int, argIdx: Int): AstWithCtx
  35. def astForWhen(expr: KtWhenExpression, scopeContext: Context, order: Int, argumentIndex: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  36. def astForWhile(expr: KtWhileExpression, scopeContext: Context, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  37. def astsForDestructuringDeclaration(expr: KtDestructuringDeclaration, scopeContext: Context, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): Seq[AstWithCtx]
  38. def astsForDestructuringDeclarationWithCtorRHS(expr: KtDestructuringDeclaration, scopeContext: Context, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): Seq[AstWithCtx]
  39. def astsForDestructuringDeclarationWithNonCtorCallRHS(expr: KtDestructuringDeclaration, scopeContext: Context, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): Seq[AstWithCtx]
  40. def astsForDestructuringDeclarationWithVarRHS(expr: KtDestructuringDeclaration, scopeContext: Context, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): Seq[AstWithCtx]
  41. def astsForWhenEntry(entry: KtWhenEntry, scopeContext: Context, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): Seq[AstWithCtx]
  42. def callAst(rootNode: NewNode, args: Seq[Ast]): Ast
  43. def callAst(callNode: NewCall, arguments: List[Ast], receiver: Option[Ast]): Ast
    Definition Classes
    AstCreatorBase
  44. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  45. def combinedImports(explicitImports: Seq[KtImportDirective]): Seq[ImportEntry]
  46. def createAst(): DiffGraphBuilder
    Definition Classes
    AstCreator → AstCreatorBase
  47. val diffGraph: DiffGraphBuilder
    Definition Classes
    AstCreatorBase
  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 globalNamespaceBlock(): NewNamespaceBlock
    Definition Classes
    AstCreatorBase
  52. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  53. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  54. val logger: Logger
    Attributes
    protected
  55. def methodAst(method: NewMethod, parameters: Seq[NewMethodParameterIn], body: Ast, methodReturn: NewMethodReturn): Ast
    Definition Classes
    AstCreatorBase
  56. def methodReturnNode(line: Option[Integer], column: Option[Integer], tpe: String): NewMethodReturn
    Definition Classes
    AstCreatorBase
  57. def methodStubAst(method: NewMethod, parameters: Seq[NewMethodParameterIn], methodReturn: NewMethodReturn): Ast
    Definition Classes
    AstCreatorBase
  58. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  59. def nonUnderscoreEntries(expr: KtDestructuringDeclaration): Seq[KtDestructuringDeclarationEntry]
  60. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  61. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  62. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  63. def toString(): String
    Definition Classes
    AnyRef → Any
  64. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  65. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  67. def withIndex[T, X](nodes: Array[T])(f: (T, Int) => X): Seq[X]
    Definition Classes
    AstCreatorBase
  68. def withIndex[T, X](nodes: Seq[T])(f: (T, Int) => X): Seq[X]
    Definition Classes
    AstCreatorBase
  69. def withOrder[T, X](nodeList: List[T])(f: (T, Int) => X): Seq[X]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AstCreatorBase

Inherited from AnyRef

Inherited from Any

Ungrouped