class AstCreator extends AstCreatorBase
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AstCreator
- AstCreatorBase
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AstCreator(fileWithMeta: KtFileWithMeta, xTypeInfoProvider: TypeInfoProvider, global: Global)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def absolutePath(filename: String): String
- Definition Classes
- AstCreatorBase
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def astForArrayAccess(expr: KtArrayAccessExpression, order: Int, argIdx: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithAdditionals
- def astForBinaryExpr(expr: KtBinaryExpression, order: Int, argIdx: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithAdditionals
- def astForBinaryExprWithTypeRHS(expr: KtBinaryExpressionWithTypeRHS, order: Int, argIdx: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithAdditionals
- def astForBreak(expr: KtBreakExpression, order: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithAdditionals
- def astForClassLiteral(expr: KtClassLiteralExpression, order: Int, argIdx: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithAdditionals
- def astForContinue(expr: KtContinueExpression, order: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithAdditionals
- def astForDeclaration(decl: KtDeclaration, order: Int)(implicit typeInfoProvider: TypeInfoProvider): Seq[AstWithAdditionals]
- def astForDoWhile(expr: KtDoWhileExpression, order: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithAdditionals
- def astForFor(expr: KtForExpression, order: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithAdditionals
- def astForIf(expr: KtIfExpression, order: Int, argIdx: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithAdditionals
- def astForIfAsControlStructure(expr: KtIfExpression, order: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithAdditionals
- def astForIfAsExpression(expr: KtIfExpression, order: Int, argIdx: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithAdditionals
- def astForImportDirective(directive: KtImportDirective, order: Int): AstWithAdditionals
- def astForIsExpression(expr: KtIsExpression, order: Int, argIdx: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithAdditionals
- def astForLambda(expr: KtLambdaExpression, order: Int, argIdx: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithAdditionals
- def astForLiteral(expr: KtConstantExpression, order: Int, argIdx: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithAdditionals
- def astForNameReference(expr: KtNameReferenceExpression, order: Int, argIdx: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithAdditionals
- def astForPackageDeclaration(packageName: String): AstWithAdditionals
- def astForPostfixExpression(expr: KtPostfixExpression, order: Int, argIdx: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithAdditionals
- def astForPrefixExpression(expr: KtPrefixExpression, order: Int, argIdx: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithAdditionals
- def astForQualifiedExpression(expr: KtQualifiedExpression, order: Int, argIdx: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithAdditionals
- def astForStringTemplate(expr: KtStringTemplateExpression, order: Int, argIdx: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithAdditionals
- def astForSuperExpression(expr: KtSuperExpression, order: Int, argIdx: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithAdditionals
- def astForThisExpression(expr: KtThisExpression, order: Int, argIdx: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithAdditionals
- def astForTopLevelProperty(prop: KtProperty, order: Int)(implicit typeInfoProvider: TypeInfoProvider): Seq[AstWithAdditionals]
- def astForTry(expr: KtTryExpression, order: Int, argumentIndex: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithAdditionals
- def astForTypeAlias(typeAlias: KtTypeAlias, order: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithAdditionals
- def astForUnknown(expr: KtExpression, order: Int, argIdx: Int): AstWithAdditionals
- def astForWhen(expr: KtWhenExpression, order: Int, argumentIndex: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithAdditionals
- def astForWhile(expr: KtWhileExpression, order: Int)(implicit typeInfoProvider: TypeInfoProvider): AstWithAdditionals
- def astsForClassOrObject(ktClass: KtClassOrObject, order: Int)(implicit typeInfoProvider: TypeInfoProvider): Seq[AstWithAdditionals]
- def astsForDestructuringDeclaration(expr: KtDestructuringDeclaration, order: Int)(implicit typeInfoProvider: TypeInfoProvider): Seq[AstWithAdditionals]
- def astsForDestructuringDeclarationWithCtorRHS(expr: KtDestructuringDeclaration, order: Int)(implicit typeInfoProvider: TypeInfoProvider): Seq[AstWithAdditionals]
- def astsForDestructuringDeclarationWithNonCtorCallRHS(expr: KtDestructuringDeclaration, order: Int)(implicit typeInfoProvider: TypeInfoProvider): Seq[AstWithAdditionals]
- def astsForDestructuringDeclarationWithVarRHS(expr: KtDestructuringDeclaration, order: Int)(implicit typeInfoProvider: TypeInfoProvider): Seq[AstWithAdditionals]
- def astsForWhenEntry(entry: KtWhenEntry, order: Int)(implicit typeInfoProvider: TypeInfoProvider): Seq[AstWithAdditionals]
- def callAst(callNode: NewCall, arguments: List[Ast], receiver: Option[Ast]): Ast
- Definition Classes
- AstCreatorBase
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def createAst(): DiffGraphBuilder
- Definition Classes
- AstCreator → AstCreatorBase
- val diffGraph: DiffGraphBuilder
- Definition Classes
- AstCreatorBase
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def globalNamespaceBlock(): NewNamespaceBlock
- Definition Classes
- AstCreatorBase
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val logger: Logger
- Attributes
- protected
- def methodAst(method: NewMethod, parameters: Seq[NewMethodParameterIn], body: Ast, methodReturn: NewMethodReturn): Ast
- Definition Classes
- AstCreatorBase
- def methodReturnNode(line: Option[Integer], column: Option[Integer], tpe: String): NewMethodReturn
- Definition Classes
- AstCreatorBase
- def methodStubAst(method: NewMethod, parameters: Seq[NewMethodParameterIn], methodReturn: NewMethodReturn): Ast
- Definition Classes
- AstCreatorBase
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonUnderscoreEntries(expr: KtDestructuringDeclaration): Seq[KtDestructuringDeclarationEntry]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val scope: Scope[String, DeclarationNew, NewNode]
- Attributes
- protected
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withIndex[T, X](nodes: Array[T])(f: (T, Int) => X): Seq[X]
- Definition Classes
- AstCreatorBase
- def withIndex[T, X](nodes: Seq[T])(f: (T, Int) => X): Seq[X]
- Definition Classes
- AstCreatorBase
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated