com
.
itv
.
scalapact
.
shared
.
matchir
IrNodePath
Related Docs:
object IrNodePath
|
package matchir
sealed
trait
IrNodePath
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Known Subclasses
IrNodePathAnyField
,
IrNodePathArrayAnyElement
,
IrNodePathArrayElement
,
IrNodePathEmpty
,
IrNodePathField
,
IrNodePathFieldAttribute
,
IrNodePathTextElement
Ordering
Alphabetic
By Inheritance
Inherited
IrNodePath
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
giveArrayIndex
:
Int
abstract
def
isAnyField
:
Boolean
abstract
def
isArrayIndex
:
Boolean
abstract
def
isArrayWildcard
:
Boolean
abstract
def
isAttribute
:
Boolean
abstract
def
isEmpty
:
Boolean
abstract
def
isField
:
Boolean
abstract
def
isTextElement
:
Boolean
abstract
val
parent
:
IrNodePath
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
++
(
other:
IrNodePath
)
:
IrNodePath
def
<*
:
IrNodePath
def
<@
(
attributeName:
String
)
:
IrNodePath
def
<~
(
arrayIndex:
Int
)
:
IrNodePath
def
<~
(
fieldName:
String
)
:
IrNodePath
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
===
(
other:
IrNodePath
)
:
Boolean
def
=~=
(
other:
IrNodePath
)
:
Boolean
def
append
(
other:
IrNodePath
)
:
IrNodePath
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
invert
:
IrNodePath
def
isEqualTo
(
other:
IrNodePath
,
strict:
Boolean
)
:
Boolean
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
lastSegmentLabel
:
String
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
noText
:
IrNodePath
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
renderAsString
:
String
def
split
:
List
[
IrNodePath
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
text
:
IrNodePath
val
toPactPath
:
String
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
withIndexes
:
List
[
IrNodePath
]
def
withParent
(
path:
IrNodePath
)
:
IrNodePath
def
withParentAtRoot
(
newRootParent:
IrNodePath
)
:
IrNodePath
Inherited from
AnyRef
Inherited from
Any
Ungrouped