case class FieldPath(parent: NodePath, field: NodeField) extends ChildPath with Product with Serializable
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- FieldPath
- Serializable
- Product
- Equals
- ChildPath
- AnyPath
- SourceElement
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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 current: Any
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: Any): Boolean
- Definition Classes
- FieldPath → Equals → AnyRef → Any
- val field: NodeField
- def fileRange: Option[FileOffsetRange]
- Definition Classes
- SourceElement
- def findAncestorShape(shape: NodeShape): NodePath
- Definition Classes
- AnyPath
- def getChildForPosition(filePosition: FileOffset): Option[SourceElement]
- Definition Classes
- SourceElement
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getSourceElementsFromPath[Self <: NodeLike](value: Any): Seq[SourceElement]
- Definition Classes
- AnyPath
- def hashCode(): Int
- Definition Classes
- FieldPath → AnyRef → Any
- 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()
- val parent: NodePath
- def parentOption: Option[NodePath]
- def pathAsString: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def range: Option[OffsetPointerRange]
- Definition Classes
- FieldPath → SourceElement
- def replaceWith(replacement: Any): Unit
- def root: NodePath
- Definition Classes
- AnyPath
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyPath → AnyRef → Any
- def uriOption: Option[String]
- 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.