class AstNodeBuilder extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AstNodeBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AstNodeBuilder(diffGraph: DiffGraphBuilder, astEdgeBuilder: AstEdgeBuilder, source: JsSource, scope: Scope)
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()
- def codeOf(node: NewNode): String
- def createAssignmentNode(destId: NewNode, sourceId: NewNode, lineAndColumn: LineAndColumn, withParenthesis: Boolean = false, customCode: String = ""): NewCall
- def createBindingNode(): NewBinding
- def createBlockNode(node: Node, keepWholeCode: Boolean = false, customCode: Option[String] = None): NewBlock
- def createCallNode(code: String, callName: String, dispatchType: String, lineAndColumn: LineAndColumn): NewCall
- def createClosureBindingNode(closureBindingId: String, closureOriginalName: String): NewClosureBinding
- def createControlStructureNode(node: Node, controlStructureType: String): NewControlStructure
- def createDependencyNode(name: String, groupId: String, version: String): NewDependency
- def createEqualsCallNode(lhsId: NewNode, rhsId: NewNode, lineAndColumn: LineAndColumn): NewCall
- def createFieldAccessNode(baseId: NewNode, partId: NewNode, lineAndColumn: LineAndColumn): NewCall
- def createFieldIdentifierNode(name: String, lineAndColumnProvider: Node): NewFieldIdentifier
- def createFileNode(fileName: String): NewFile
- def createIdentifierNode(name: String, lineAndColumnProvider: Node, dynamicTypeOption: Option[String]): NewIdentifier
- def createImportNode(importNode: ImportNode): NewImport
- def createIndexAccessNode(baseId: NewNode, indexId: NewNode, lineAndColumn: LineAndColumn): NewCall
- def createJumpTarget(caseNode: CaseNode): NewJumpTarget
- def createLiteralNode(code: String, lineAndColumn: LineAndColumn, dynamicTypeOption: Option[String]): NewLiteral
- def createLocalNode(name: String, typeFullName: String, closureBindingId: Option[String] = None): NewLocal
- def createMemberNode(name: String, node: Node, dynamicTypeOption: Option[String]): NewMember
- def createMethodNode(methodName: String, methodFullName: String, functionNode: FunctionNode): NewMethod
- def createMethodRefNode(code: String, methodFullName: String, functionNode: FunctionNode): NewMethodRef
- def createMethodReturnNode(lineAndColumn: LineAndColumn): NewMethodReturn
- def createModifierNode(modifierType: String): NewModifier
- def createNamespaceBlockNode(fullName: String): NewNamespaceBlock
- def createParameterInNode(name: String, code: String, methodNode: NewMethod, lineAndColumnProvider: Node, orderTracker: OrderTracker): NewMethodParameterIn
- def createPropertyKeyNode(propertyNode: PropertyNode): NewFieldIdentifier
- def createReturnNode(node: Node): NewReturn
- def createStaticCallNode(code: String, methodName: String, fullName: String, lineAndColumn: LineAndColumn): NewCall
- def createTernaryNode(testId: NewNode, trueId: NewNode, falseId: NewNode, lineAndColumn: LineAndColumn): NewCall
- def createTypeDeclNode(name: String, fullName: String, astParentType: String, astParentFullName: String, inheritsFrom: Option[String]): NewTypeDecl
- def createTypeNode(name: String, fullName: String): NewType
- def createTypeRefNode(code: String, typeFullName: String, classNode: ClassNode): NewTypeRef
- def createUnknownNode(parserNode: Node): NewUnknown
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def groupIdFromImportNode(importNode: ImportNode): String
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit def int2Integer(x: Int): Integer
- implicit def int2IntegerOpt(x: Option[Int]): Option[Integer]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lineAndColumn(node: Node): LineAndColumn
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()