Packages

class Node extends NodeLike

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

Instance Constructors

  1. new Node(shape: NodeShape, entries: (NodeField, Any)*)

Type Members

  1. type Self = Node
    Definition Classes
    NodeNodeLike

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. def apply(key: NodeField): Any
    Definition Classes
    NodeNodeLike
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def asNode: Node
    Definition Classes
    NodeNodeLike
  7. def asPath: Option[NodePath]
    Definition Classes
    NodeNodeLike
  8. def canEqual(other: Any): Boolean
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. val data: Map[NodeField, Any]
  11. def dataView: Map[NodeField, Any]
    Definition Classes
    NodeNodeLike
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(other: Any): Boolean
    Definition Classes
    Node → AnyRef → Any
  14. val fieldData: Map[NodeField, Map[NodeField, Any]]
  15. def get(key: NodeField): Option[Any]
    Definition Classes
    NodeNodeLike
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def getFieldData(field: NodeField): FieldData
  18. def getValue(key: NodeField): Any
    Definition Classes
    NodeNodeLike
  19. def hashCode(): Int
    Definition Classes
    Node → AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def range: Option[SourceRange]
  25. def removeField(field: NodeField): Unit
  26. def replaceData(node: Node, keepData: Boolean = false): Unit
  27. def selfAndDescendants: List[Self]
    Definition Classes
    NodeLike
  28. def setWithData(field: NodeField, data: FieldData): Unit
  29. def shallowClone: Node
  30. var shape: NodeShape
    Definition Classes
    NodeNodeLike
  31. val sources: Map[NodeField, SourceRange]
  32. var startOfUri: Option[String]
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def throwInsertedWithOriginIntoRegularMetaObject(): Unit
  35. def toString(): String
    Definition Classes
    Node → AnyRef → Any
  36. def update(key: NodeField, value: Any): Unit
    Definition Classes
    NodeNodeLike
  37. def visit(afterChildren: (Self) => Unit = _ => {}, beforeChildren: (Self) => Boolean = _ => true, visited: Set[Self] = new mutable.HashSet[Self]()): Unit
    Definition Classes
    NodeLike
  38. def visitShape(shape: NodeShape, afterChildren: (Self) => Unit): Unit
    Definition Classes
    NodeLike
  39. def visitShape(shape: NodeShape): Seq[Self]
    Definition Classes
    NodeLike
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from NodeLike

Inherited from AnyRef

Inherited from Any

Ungrouped