trait AstNodeBuilder extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- AstNodeBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def codeOf(node: NewNode): String
- Attributes
- protected
- def createAssignmentCallAst(destId: NewNode, sourceId: NewNode, code: String, line: Option[Integer], column: Option[Integer]): Ast
- Attributes
- protected
- def createBindingNode(): NewBinding
- Attributes
- protected
- def createBlockNode(node: BabelNodeInfo): NewBlock
- Attributes
- protected
- def createCallAst(callNode: NewCall, arguments: List[Ast], receiver: Option[Ast] = None, base: Option[Ast] = None): Ast
- Attributes
- protected
- def createCallNode(code: String, callName: String, dispatchType: String, line: Option[Integer], column: Option[Integer], fullName: Option[String] = None): NewCall
- Attributes
- protected
- def createClosureBindingNode(closureBindingId: String, closureOriginalName: String): NewClosureBinding
- Attributes
- protected
- def createControlStructureNode(node: BabelNodeInfo, controlStructureType: String): NewControlStructure
- Attributes
- protected
- def createDependencyNode(name: String, groupId: String, version: String): NewDependency
- Attributes
- protected
- def createEqualsCallAst(destId: NewNode, sourceId: NewNode, line: Option[Integer], column: Option[Integer]): Ast
- Attributes
- protected
- def createFieldAccessCallAst(baseNode: NewNode, partNode: NewNode, line: Option[Integer], column: Option[Integer]): Ast
- Attributes
- protected
- def createFieldIdentifierNode(name: String, line: Option[Integer], column: Option[Integer]): NewFieldIdentifier
- Attributes
- protected
- def createFunctionTypeAndTypeDeclAst(methodNode: NewMethod, parentNode: NewNode, methodName: String, methodFullName: String, filename: String): Ast
- Attributes
- protected
- def createIdentifierNode(name: String, dynamicTypeOption: Option[String], line: Option[Integer], column: Option[Integer]): NewIdentifier
- Attributes
- protected
- def createIdentifierNode(name: String, node: BabelNodeInfo): NewIdentifier
- Attributes
- protected
- def createImportNode(impDecl: BabelNodeInfo, importedEntity: Option[String], importedAs: String): NewImport
- Attributes
- protected
- def createIndexAccessCallAst(baseNode: NewNode, partNode: NewNode, line: Option[Integer], column: Option[Integer]): Ast
- Attributes
- protected
- def createJumpTarget(switchCase: BabelNodeInfo): NewJumpTarget
- Attributes
- protected
- def createLiteralNode(code: String, dynamicTypeOption: Option[String], line: Option[Integer], column: Option[Integer]): NewLiteral
- Attributes
- protected
- def createLocalNode(name: String, typeFullName: String, closureBindingId: Option[String] = None): NewLocal
- Attributes
- protected
- def createMemberNode(name: String, code: String, dynamicTypeOption: Option[String]): NewMember
- Attributes
- protected
- def createMethodNode(methodName: String, methodFullName: String, func: BabelNodeInfo): NewMethod
- Attributes
- protected
- def createMethodRefNode(code: String, methodFullName: String, func: BabelNodeInfo): NewMethodRef
- Attributes
- protected
- def createMethodReturnNode(func: BabelNodeInfo): NewMethodReturn
- Attributes
- protected
- def createParameterInNode(name: String, code: String, index: Int, isVariadic: Boolean, line: Option[Integer], column: Option[Integer], tpe: Option[String] = None): NewMethodParameterIn
- Attributes
- protected
- def createReturnAst(returnNode: NewReturn, arguments: List[Ast] = List()): Ast
- Attributes
- protected
- def createReturnNode(ret: BabelNodeInfo): NewReturn
- Attributes
- protected
- def createStaticCallNode(code: String, callName: String, fullName: String, line: Option[Integer], column: Option[Integer]): NewCall
- Attributes
- protected
- def createTemplateDomNode(name: String, code: String, line: Option[Integer], column: Option[Integer]): NewTemplateDom
- Attributes
- protected
- def createTernaryCallAst(testNode: NewNode, trueNode: NewNode, falseNode: NewNode, line: Option[Integer], column: Option[Integer]): Ast
- Attributes
- protected
- def createTypeDeclNode(name: String, fullname: String, filename: String, code: String, astParentType: String = "", astParentFullName: String = "", inherits: Seq[String] = Seq.empty, alias: Option[String] = None, line: Option[Integer] = None, column: Option[Integer] = None): NewTypeDecl
- Attributes
- protected
- def createTypeRefNode(code: String, typeFullName: String, classNode: BabelNodeInfo): NewTypeRef
- Attributes
- protected
- def createVoidCallNode(line: Option[Integer], column: Option[Integer]): NewCall
- Attributes
- protected
- 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 hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newUnknown(node: BabelNodeInfo): NewUnknown
- Attributes
- protected
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def setIndices(asts: List[Ast], receiver: Option[Ast] = None, countEmpty: Boolean = false, base: Option[Ast] = None): Unit
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated