Packages

c

core.deltas.path

FieldPath

case class FieldPath(parent: NodePath, field: NodeField) extends ChildPath with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, ChildPath, AnyPath, SourceElement, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FieldPath
  2. Serializable
  3. Product
  4. Equals
  5. ChildPath
  6. AnyPath
  7. SourceElement
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FieldPath(parent: NodePath, field: NodeField)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def childElements: Seq[SourceElement]
    Definition Classes
    AnyPath → SourceElement
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def current: Any
    Definition Classes
    FieldPathChildPathAnyPath
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(obj: Any): Boolean
    Definition Classes
    FieldPath → Equals → AnyRef → Any
  11. val field: NodeField
    Definition Classes
    FieldPathChildPath
  12. def fileRange: Option[FileOffsetRange]
    Definition Classes
    SourceElement
  13. def findAncestorShape(shape: NodeShape): NodePath
    Definition Classes
    AnyPath
  14. def getChildForPosition(filePosition: FileOffset): Option[SourceElement]
    Definition Classes
    SourceElement
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def getSourceElementsFromPath[Self <: NodeLike](value: Any): Seq[SourceElement]
    Definition Classes
    AnyPath
  17. def hashCode(): Int
    Definition Classes
    FieldPath → AnyRef → Any
  18. def isInAnotherFile(uri: String): Boolean
    Definition Classes
    SourceElement
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. val parent: NodePath
    Definition Classes
    FieldPathChildPath
  24. def parentOption: Option[NodePath]
    Definition Classes
    FieldPathAnyPath
  25. def pathAsString: String
    Definition Classes
    FieldPathAnyPath
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. def range: Option[OffsetPointerRange]
    Definition Classes
    FieldPath → SourceElement
  28. def replaceWith(replacement: Any): Unit
    Definition Classes
    FieldPathChildPath
  29. def root: NodePath
    Definition Classes
    AnyPath
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyPath → AnyRef → Any
  32. def uriOption: Option[String]
    Definition Classes
    ChildPathAnyPath → SourceElement
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. 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 ChildPath

Inherited from AnyPath

Inherited from SourceElement

Inherited from AnyRef

Inherited from Any

Ungrouped