Packages

class AstNodeBuilder[NodeBuilderType] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AstNodeBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AstNodeBuilder(diffGraph: DiffGraphBuilder, astEdgeBuilder: AstEdgeBuilder, source: JsSource, scope: Scope)

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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def codeOf(node: NewNode): String
  7. def createAssignmentNode(destId: NewNode, sourceId: NewNode, lineAndColumn: LineAndColumn, withParenthesis: Boolean = false, customCode: String = ""): NewCall
  8. def createBindingNode(): NewBinding
  9. def createBlockNode(node: Node, keepWholeCode: Boolean = false, customCode: Option[String] = None): NewBlock
  10. def createCallNode(code: String, callName: String, dispatchType: String, lineAndColumn: LineAndColumn): NewCall
  11. def createClosureBindingNode(closureBindingId: String, closureOriginalName: String): NewClosureBinding
  12. def createControlStructureNode(node: Node, controlStructureType: String): NewControlStructure
  13. def createDependencyNode(name: String, groupId: String, version: String): NewDependency
  14. def createEqualsCallNode(lhsId: NewNode, rhsId: NewNode, lineAndColumn: LineAndColumn): NewCall
  15. def createFieldAccessNode(baseId: NewNode, partId: NewNode, lineAndColumn: LineAndColumn): NewCall
  16. def createFieldIdentifierNode(name: String, lineAndColumnProvider: Node): NewFieldIdentifier
  17. def createFileNode(fileName: String): NewFile
  18. def createIdentifierNode(name: String, lineAndColumnProvider: Node, dynamicTypeOption: Option[String]): NewIdentifier
  19. def createIndexAccessNode(baseId: NewNode, indexId: NewNode, lineAndColumn: LineAndColumn): NewCall
  20. def createJumpTarget(caseNode: CaseNode): NewJumpTarget
  21. def createLiteralNode(code: String, lineAndColumn: LineAndColumn, dynamicTypeOption: Option[String]): NewLiteral
  22. def createLocalNode(name: String, typeFullName: String, closureBindingId: Option[String] = None): NewLocal
  23. def createMemberNode(name: String, node: Node, dynamicTypeOption: Option[String]): NewMember
  24. def createMethodNode(methodName: String, methodFullName: String, functionNode: FunctionNode): NewMethod
  25. def createMethodRefNode(code: String, methodFullName: String, functionNode: FunctionNode): NewMethodRef
  26. def createMethodReturnNode(lineAndColumn: LineAndColumn): NewMethodReturn
  27. def createModifierNode(modifierType: String): NewModifier
  28. def createNamespaceBlockNode(fullName: String): NewNamespaceBlock
  29. def createParameterInNode(name: String, code: String, methodNode: NewMethod, lineAndColumnProvider: Node, orderTracker: OrderTracker): NewMethodParameterIn
  30. def createPropertyKeyNode(propertyNode: PropertyNode): NewFieldIdentifier
  31. def createReturnNode(node: Node): NewReturn
  32. def createStaticCallNode(code: String, methodName: String, fullName: String, lineAndColumn: LineAndColumn): NewCall
  33. def createTernaryNode(testId: NewNode, trueId: NewNode, falseId: NewNode, lineAndColumn: LineAndColumn): NewCall
  34. def createTypeDeclNode(name: String, fullName: String, astParentType: String, astParentFullName: String, inheritsFrom: Option[String]): NewTypeDecl
  35. def createTypeNode(name: String, fullName: String): NewType
  36. def createTypeRefNode(code: String, typeFullName: String, classNode: ClassNode): NewTypeRef
  37. def createUnknownNode(parserNode: Node): NewUnknown
  38. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  40. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  41. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  42. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  43. implicit def int2Integer(x: Int): Integer
  44. implicit def int2IntegerOpt(x: Option[Int]): Option[Integer]
  45. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  46. def lineAndColumn(node: Node): LineAndColumn
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped