Packages

case class PathRoot(current: Node) extends NodePath with Key with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Key, NodePath, AnyPath, SourceElement, NodeLike, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PathRoot
  2. Serializable
  3. Product
  4. Equals
  5. Key
  6. NodePath
  7. AnyPath
  8. SourceElement
  9. NodeLike
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PathRoot(current: Node)

Type Members

  1. type Self = NodePath
    Definition Classes
    NodePathNodeLike

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 ancestors: LazyList[NodePath]
    Definition Classes
    AnyPath
  5. def apply(key: NodeField): Any
    Definition Classes
    NodePathNodeLike
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asNode: Node
    Definition Classes
    NodePathNodeLike
  8. def asPath: Option[NodePath]
    Definition Classes
    NodePathNodeLike
  9. def childElements: Seq[SourceElement]
    Definition Classes
    AnyPath → SourceElement
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. val current: Node
    Definition Classes
    PathRootNodePathAnyPath
  12. def dataView: Map[NodeField, Any]
    Definition Classes
    NodePathNodeLike
  13. def debugRepresentation: String
    Definition Classes
    Key
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(obj: Any): Boolean
    Definition Classes
    PathRoot → Equals → AnyRef → Any
  16. def fileRange: Option[FileRange]
    Definition Classes
    SourceElement
  17. def findAncestorShape(shape: NodeShape): NodePath
    Definition Classes
    AnyPath
  18. def get(key: NodeField): Option[Any]
    Definition Classes
    NodePathNodeLike
  19. def getChildForPosition(filePosition: FilePosition): Option[SourceElement]
    Definition Classes
    SourceElement
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def getDirectClassName(shape: Class[_]): String
    Attributes
    protected
    Definition Classes
    Key
  22. def getField(field: NodeField): FieldPath
    Definition Classes
    NodePath
  23. def getSourceElementsFromPath[Self <: NodeLike](value: Any): Seq[SourceElement]
    Definition Classes
    AnyPath
  24. def getValue(key: NodeField): Any
    Definition Classes
    NodePathNodeLike
  25. def hashCode(): Int

    This hashcode does not change over runs, while the default hashcode does.

    This hashcode does not change over runs, while the default hashcode does. This makes the compilation process more deterministic.

    Definition Classes
    PathRootKey → AnyRef → Any
  26. def isInAnotherFile(uri: String): Boolean
    Definition Classes
    SourceElement
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def parentOption: Option[NodePath]
    Definition Classes
    PathRootAnyPath
  32. def pathAsString: String
    Definition Classes
    PathRootAnyPath
  33. def productElementNames: Iterator[String]
    Definition Classes
    Product
  34. def range: Option[SourceRange]
    Definition Classes
    PathRoot → SourceElement
  35. def root: NodePath
    Definition Classes
    AnyPath
  36. def selfAndDescendants: List[Self]
    Definition Classes
    NodeLike
  37. def shape: NodeShape
    Definition Classes
    NodePathNodeLike
  38. def shape_=(value: NodeShape): Unit
    Definition Classes
    NodePathNodeLike
  39. def stopAt(predicate: (NodePath) => Boolean): NodePath
    Definition Classes
    NodePath
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyPath → AnyRef → Any
  42. def update(key: NodeField, value: Any): Unit
    Definition Classes
    NodePathNodeLike
  43. def uriOption: Option[String]
    Definition Classes
    NodePathAnyPath → SourceElement
  44. def visit(afterChildren: (Self) => Unit = _ => {}, beforeChildren: (Self) => Boolean = _ => true, visited: Set[Self] = new mutable.HashSet[Self]()): Unit
    Definition Classes
    NodeLike
  45. def visitShape(shape: NodeShape, afterChildren: (Self) => Unit): Unit
    Definition Classes
    NodeLike
  46. def visitShape(shape: NodeShape): Seq[Self]
    Definition Classes
    NodeLike
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. 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 Serializable

Inherited from Product

Inherited from Equals

Inherited from Key

Inherited from NodePath

Inherited from AnyPath

Inherited from SourceElement

Inherited from NodeLike

Inherited from AnyRef

Inherited from Any

Ungrouped