Packages

class AstCreator extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AstCreator
  2. AnyRef
  3. 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def astForAnonymousFunction(expr: KtNamedFunction, scopeContext: ScopeContext, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  6. def astForArrayAccess(expr: KtArrayAccessExpression, scopeContext: ScopeContext, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  7. def astForBinaryExpr(expr: KtBinaryExpression, scopeContext: ScopeContext, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  8. def astForBinaryExprWithTypeRHS(expr: KtBinaryExpressionWithTypeRHS, scopeContext: ScopeContext, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  9. def astForBreak(expr: KtBreakExpression, scopeContext: ScopeContext, order: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithCtx
  10. def astForClassLiteral(expr: KtClassLiteralExpression, scopeContext: ScopeContext, 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: ScopeContext, order: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithCtx
  13. def astForDeclaration(decl: KtDeclaration, scopeContext: ScopeContext, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): Seq[AstWithCtx]
  14. def astForDoWhile(expr: KtDoWhileExpression, scopeContext: ScopeContext, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  15. def astForFor(expr: KtForExpression, scopeContext: ScopeContext, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  16. def astForIf(expr: KtIfExpression, scopeContext: ScopeContext, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  17. def astForIfAsControlStructure(expr: KtIfExpression, scopeContext: ScopeContext, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  18. def astForIfAsExpression(expr: KtIfExpression, scopeContext: ScopeContext, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  19. def astForImportEntry(entry: ImportEntry, order: Int): AstWithCtx
  20. def astForIsExpression(expr: KtIsExpression, scopeContext: ScopeContext, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  21. def astForLambda(expr: KtLambdaExpression, scopeContext: ScopeContext, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  22. def astForLiteral(expr: KtConstantExpression, scopeContext: ScopeContext, 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: ScopeContext, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  26. def astForPrefixExpression(expr: KtPrefixExpression, scopeContext: ScopeContext, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  27. def astForQualifiedExpression(expr: KtQualifiedExpression, scopeContext: ScopeContext, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  28. def astForStringTemplate(expr: KtStringTemplateExpression, scopeContext: ScopeContext, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  29. def astForThisExpression(expr: KtThisExpression, scopeContext: ScopeContext, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  30. def astForTopLevelProperty(prop: KtProperty, scopeContext: ScopeContext, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): Seq[AstWithCtx]
  31. def astForTry(expr: KtTryExpression, scopeContext: ScopeContext, order: Int, argumentIndex: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  32. def astForTypeAlias(typeAlias: KtTypeAlias, order: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithCtx
  33. def astForUnknown(expr: KtExpression, order: Int, argIdx: Int): AstWithCtx
  34. def astForWhen(expr: KtWhenExpression, scopeContext: ScopeContext, order: Int, argumentIndex: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  35. def astForWhile(expr: KtWhileExpression, scopeContext: ScopeContext, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  36. def astsForDestructuringDeclaration(expr: KtDestructuringDeclaration, scopeContext: ScopeContext, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): Seq[AstWithCtx]
  37. def astsForDestructuringDeclarationWithCtorRHS(expr: KtDestructuringDeclaration, scopeContext: ScopeContext, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): Seq[AstWithCtx]
  38. def astsForDestructuringDeclarationWithVarRHS(expr: KtDestructuringDeclaration, scopeContext: ScopeContext, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): Seq[AstWithCtx]
  39. def astsForWhenEntry(entry: KtWhenEntry, scopeContext: ScopeContext, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): Seq[AstWithCtx]
  40. def callAst(rootNode: NewNode, args: Seq[Ast]): Ast
  41. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  42. def combinedImports(explicitImports: Seq[KtImportDirective]): Seq[ImportEntry]
  43. def createAst(): DiffGraphBuilder
  44. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  46. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  47. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  48. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  49. val logger: Logger
    Attributes
    protected
  50. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  53. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. 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 AnyRef

Inherited from Any

Ungrouped