trait NodePath extends NodeLike with AnyPath
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- NodePath
- AnyPath
- SourceElement
- NodeLike
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
Concrete 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
- def ancestors: LazyList[NodePath]
- Definition Classes
- AnyPath
- def apply(key: NodeField): Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asNode: Node
- def asPath: Option[NodePath]
- def childElements: Seq[SourceElement]
- Definition Classes
- AnyPath → SourceElement
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def dataView: Map[NodeField, Any]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fileRange: Option[FileOffsetRange]
- Definition Classes
- SourceElement
- def findAncestorShape(shape: NodeShape): NodePath
- Definition Classes
- AnyPath
- def get(key: NodeField): Option[Any]
- def getChildForPosition(filePosition: FileOffset): Option[SourceElement]
- Definition Classes
- SourceElement
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getField(field: NodeField): FieldPath
- def getSourceElementsFromPath[Self <: NodeLike](value: Any): Seq[SourceElement]
- Definition Classes
- AnyPath
- def getValue(key: NodeField): Any
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def isInAnotherFile(uri: String): Boolean
- Definition Classes
- SourceElement
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def root: NodePath
- Definition Classes
- AnyPath
- def selfAndDescendants: List[Self]
- Definition Classes
- NodeLike
- def shape: NodeShape
- def shape_=(value: NodeShape): Unit
- def stopAt(predicate: (NodePath) => Boolean): NodePath
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyPath → AnyRef → Any
- def update(key: NodeField, value: Any): Unit
- def uriOption: Option[String]
- def visit(afterChildren: (Self) => Unit = _ => {}, beforeChildren: (Self) => Boolean = _ => true, visited: Set[Self] = new mutable.HashSet[Self]()): Unit
- Definition Classes
- NodeLike
- def visitShape(shape: NodeShape, afterChildren: (Self) => Unit): Unit
- Definition Classes
- NodeLike
- def visitShape(shape: NodeShape): Seq[Self]
- Definition Classes
- NodeLike
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- 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.