Packages

class AstNodeBuilder 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 createImportNode(importNode: ImportNode): NewImport
  20. def createIndexAccessNode(baseId: NewNode, indexId: NewNode, lineAndColumn: LineAndColumn): NewCall
  21. def createJumpTarget(caseNode: CaseNode): NewJumpTarget
  22. def createLiteralNode(code: String, lineAndColumn: LineAndColumn, dynamicTypeOption: Option[String]): NewLiteral
  23. def createLocalNode(name: String, typeFullName: String, closureBindingId: Option[String] = None): NewLocal
  24. def createMemberNode(name: String, node: Node, dynamicTypeOption: Option[String]): NewMember
  25. def createMethodNode(methodName: String, methodFullName: String, functionNode: FunctionNode): NewMethod
  26. def createMethodRefNode(code: String, methodFullName: String, functionNode: FunctionNode): NewMethodRef
  27. def createMethodReturnNode(lineAndColumn: LineAndColumn): NewMethodReturn
  28. def createModifierNode(modifierType: String): NewModifier
  29. def createNamespaceBlockNode(fullName: String): NewNamespaceBlock
  30. def createParameterInNode(name: String, code: String, methodNode: NewMethod, lineAndColumnProvider: Node, orderTracker: OrderTracker): NewMethodParameterIn
  31. def createPropertyKeyNode(propertyNode: PropertyNode): NewFieldIdentifier
  32. def createReturnNode(node: Node): NewReturn
  33. def createStaticCallNode(code: String, methodName: String, fullName: String, lineAndColumn: LineAndColumn): NewCall
  34. def createTernaryNode(testId: NewNode, trueId: NewNode, falseId: NewNode, lineAndColumn: LineAndColumn): NewCall
  35. def createTypeDeclNode(name: String, fullName: String, astParentType: String, astParentFullName: String, inheritsFrom: Option[String]): NewTypeDecl
  36. def createTypeNode(name: String, fullName: String): NewType
  37. def createTypeRefNode(code: String, typeFullName: String, classNode: ClassNode): NewTypeRef
  38. def createUnknownNode(parserNode: Node): NewUnknown
  39. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  41. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  42. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  43. def groupIdFromImportNode(importNode: ImportNode): String
  44. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  45. implicit def int2Integer(x: Int): Integer
  46. implicit def int2IntegerOpt(x: Option[Int]): Option[Integer]
  47. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  48. def lineAndColumn(node: Node): LineAndColumn
  49. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  51. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  52. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  53. def toString(): String
    Definition Classes
    AnyRef → Any
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped