final case class IrNodePathTextElement(parent: IrNodePath) extends IrNodePath with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IrNodePathTextElement
- Serializable
- Product
- Equals
- IrNodePath
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new IrNodePathTextElement(parent: IrNodePath)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def ++(other: IrNodePath): IrNodePath
- Definition Classes
- IrNodePath
- def <*: IrNodePath
- Definition Classes
- IrNodePath
- def <@(attributeName: String): IrNodePath
- Definition Classes
- IrNodePath
- def <~(arrayIndex: Int): IrNodePath
- Definition Classes
- IrNodePath
- def <~(fieldName: String): IrNodePath
- Definition Classes
- IrNodePath
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ===(other: IrNodePath): Boolean
- Definition Classes
- IrNodePath
- def =~=(other: IrNodePath): Boolean
- Definition Classes
- IrNodePath
- def append(other: IrNodePath): IrNodePath
- Definition Classes
- IrNodePath
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def giveArrayIndex: Int
- Definition Classes
- IrNodePathTextElement → IrNodePath
- def invert: IrNodePath
- Definition Classes
- IrNodePath
- def isAnyField: Boolean
- Definition Classes
- IrNodePathTextElement → IrNodePath
- def isArrayIndex: Boolean
- Definition Classes
- IrNodePathTextElement → IrNodePath
- def isArrayWildcard: Boolean
- Definition Classes
- IrNodePathTextElement → IrNodePath
- def isAttribute: Boolean
- Definition Classes
- IrNodePathTextElement → IrNodePath
- def isEmpty: Boolean
- Definition Classes
- IrNodePathTextElement → IrNodePath
- def isEqualTo(other: IrNodePath, strict: Boolean): Boolean
- Definition Classes
- IrNodePath
- def isField: Boolean
- Definition Classes
- IrNodePathTextElement → IrNodePath
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTextElement: Boolean
- Definition Classes
- IrNodePathTextElement → IrNodePath
- def lastSegmentLabel: String
- Definition Classes
- IrNodePath
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noText: IrNodePath
- Definition Classes
- IrNodePath
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val parent: IrNodePath
- Definition Classes
- IrNodePathTextElement → IrNodePath
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def renderAsString: String
- Definition Classes
- IrNodePath
- def split: List[IrNodePath]
- Definition Classes
- IrNodePath
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def text: IrNodePath
- Definition Classes
- IrNodePath
- val toPactPath: String
- Definition Classes
- IrNodePath
- 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])
- def withIndexes: List[IrNodePath]
- Definition Classes
- IrNodePath
- def withParent(path: IrNodePath): IrNodePath
- Definition Classes
- IrNodePath
- def withParentAtRoot(newRootParent: IrNodePath): IrNodePath
- Definition Classes
- IrNodePath
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated