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 astForBinaryExpr(expr: KtBinaryExpression, scopeContext: ScopeContext, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  7. def astForBinaryExprWithTypeRHS(expr: KtBinaryExpressionWithTypeRHS, scopeContext: ScopeContext, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  8. def astForBreak(expr: KtBreakExpression, scopeContext: ScopeContext, order: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithCtx
  9. def astForClassLiteral(expr: KtClassLiteralExpression, scopeContext: ScopeContext, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  10. def astForClassOrObject(ktClass: KtClassOrObject, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  11. def astForContinue(expr: KtContinueExpression, scopeContext: ScopeContext, order: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithCtx
  12. def astForDeclaration(decl: KtDeclaration, scopeContext: ScopeContext, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): Seq[AstWithCtx]
  13. def astForDoWhile(expr: KtDoWhileExpression, scopeContext: ScopeContext, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  14. def astForFor(expr: KtForExpression, scopeContext: ScopeContext, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  15. def astForIdentifier(expr: KtNameReferenceExpression, order: Int, argIdx: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithCtx
  16. def astForIf(expr: KtIfExpression, scopeContext: ScopeContext, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  17. def astForIfAsControlStructure(expr: KtIfExpression, scopeContext: ScopeContext, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  18. def astForIfAsExpression(expr: KtIfExpression, scopeContext: ScopeContext, order: 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)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  22. def astForLiteral(expr: KtConstantExpression, scopeContext: ScopeContext, order: Int, argIdx: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithCtx
  23. def astForPackageDeclaration(packageName: String): AstWithCtx
  24. def astForPostfixExpression(expr: KtPostfixExpression, scopeContext: ScopeContext, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  25. def astForPrefixExpression(expr: KtPrefixExpression, scopeContext: ScopeContext, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  26. def astForQualifiedExpression(expr: KtQualifiedExpression, scopeContext: ScopeContext, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  27. def astForStringTemplate(expr: KtStringTemplateExpression, scopeContext: ScopeContext, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  28. def astForThisExpression(expr: KtThisExpression, scopeContext: ScopeContext, order: Int, argIdx: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  29. def astForTopLevelProperty(prop: KtProperty, scopeContext: ScopeContext, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): Seq[Nothing]
  30. def astForTry(expr: KtTryExpression, scopeContext: ScopeContext, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  31. def astForTypeAlias(typeAlias: KtTypeAlias, order: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithCtx
  32. def astForUnknown(expr: KtExpression, order: Int, argIdx: Int): AstWithCtx
  33. def astForWhen(expr: KtWhenExpression, scopeContext: ScopeContext, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  34. def astForWhile(expr: KtWhileExpression, scopeContext: ScopeContext, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): AstWithCtx
  35. def astsForArrayAccess(expr: KtArrayAccessExpression, scopeContext: ScopeContext, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): Seq[AstWithCtx]
  36. def astsForWhenEntry(entry: KtWhenEntry, scopeContext: ScopeContext, order: Int)(implicit fileInfo: FileInfo, typeInfoProvider: TypeInfoProvider): Seq[Ast]
  37. def callAst(rootNode: NewNode, args: Seq[Ast]): Ast
  38. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  39. def combinedImports(explicitImports: Seq[KtImportDirective]): Seq[ImportEntry]
  40. def createAst(): Iterator[DiffGraph]
  41. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  43. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  44. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  45. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  46. var lambdaCounter: Int
  47. val logger: Logger
    Attributes
    protected
  48. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  50. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  51. val relativizedPath: String
  52. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  53. def toString(): String
    Definition Classes
    AnyRef → Any
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. 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