Packages

c

com.itv.scalapact.shared.matchir.IrNodePath

IrNodePathFieldAttribute

final case class IrNodePathFieldAttribute(attributeName: String, parent: IrNodePath) extends IrNodePath with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, IrNodePath, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IrNodePathFieldAttribute
  2. Serializable
  3. Product
  4. Equals
  5. IrNodePath
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IrNodePathFieldAttribute(attributeName: String, parent: IrNodePath)

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
    Definition Classes
    IrNodePath
  4. def <*: IrNodePath
    Definition Classes
    IrNodePath
  5. def <@(attributeName: String): IrNodePath
    Definition Classes
    IrNodePath
  6. def <~(arrayIndex: Int): IrNodePath
    Definition Classes
    IrNodePath
  7. def <~(fieldName: String): IrNodePath
    Definition Classes
    IrNodePath
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def ===(other: IrNodePath): Boolean
    Definition Classes
    IrNodePath
  10. def =~=(other: IrNodePath): Boolean
    Definition Classes
    IrNodePath
  11. def append(other: IrNodePath): IrNodePath
    Definition Classes
    IrNodePath
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. val attributeName: String
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def giveArrayIndex: Int
    Definition Classes
    IrNodePathFieldAttributeIrNodePath
  18. def invert: IrNodePath
    Definition Classes
    IrNodePath
  19. def isAnyField: Boolean
    Definition Classes
    IrNodePathFieldAttributeIrNodePath
  20. def isArrayIndex: Boolean
    Definition Classes
    IrNodePathFieldAttributeIrNodePath
  21. def isArrayWildcard: Boolean
    Definition Classes
    IrNodePathFieldAttributeIrNodePath
  22. def isAttribute: Boolean
    Definition Classes
    IrNodePathFieldAttributeIrNodePath
  23. def isEmpty: Boolean
    Definition Classes
    IrNodePathFieldAttributeIrNodePath
  24. def isEqualTo(other: IrNodePath, strict: Boolean): Boolean
    Definition Classes
    IrNodePath
  25. def isField: Boolean
    Definition Classes
    IrNodePathFieldAttributeIrNodePath
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isTextElement: Boolean
    Definition Classes
    IrNodePathFieldAttributeIrNodePath
  28. def lastSegmentLabel: String
    Definition Classes
    IrNodePath
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def noText: IrNodePath
    Definition Classes
    IrNodePath
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  33. val parent: IrNodePath
    Definition Classes
    IrNodePathFieldAttributeIrNodePath
  34. def productElementNames: Iterator[String]
    Definition Classes
    Product
  35. def renderAsString: String
    Definition Classes
    IrNodePath
  36. def split: List[IrNodePath]
    Definition Classes
    IrNodePath
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def text: IrNodePath
    Definition Classes
    IrNodePath
  39. val toPactPath: String
    Definition Classes
    IrNodePath
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. def withIndexes: List[IrNodePath]
    Definition Classes
    IrNodePath
  44. def withParent(path: IrNodePath): IrNodePath
    Definition Classes
    IrNodePath
  45. def withParentAtRoot(newRootParent: IrNodePath): IrNodePath
    Definition Classes
    IrNodePath

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from IrNodePath

Inherited from AnyRef

Inherited from Any

Ungrouped