sealed trait IrNodePath extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IrNodePath
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def giveArrayIndex: Int
  2. abstract def isAnyField: Boolean
  3. abstract def isArrayIndex: Boolean
  4. abstract def isArrayWildcard: Boolean
  5. abstract def isAttribute: Boolean
  6. abstract def isEmpty: Boolean
  7. abstract def isField: Boolean
  8. abstract def isTextElement: Boolean
  9. abstract val parent: IrNodePath

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def ++(other: IrNodePath): IrNodePath
  4. def <*: IrNodePath
  5. def <@(attributeName: String): IrNodePath
  6. def <~(arrayIndex: Int): IrNodePath
  7. def <~(fieldName: String): IrNodePath
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def ===(other: IrNodePath): Boolean
  10. def =~=(other: IrNodePath): Boolean
  11. def append(other: IrNodePath): IrNodePath
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. def invert: IrNodePath
  19. def isEqualTo(other: IrNodePath, strict: Boolean): Boolean
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def lastSegmentLabel: String
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def noText: IrNodePath
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. def renderAsString: String
  27. def split: List[IrNodePath]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def text: IrNodePath
  30. val toPactPath: String
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. def withIndexes: List[IrNodePath]
  36. def withParent(path: IrNodePath): IrNodePath
  37. def withParentAtRoot(newRootParent: IrNodePath): IrNodePath

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped