kolasu
1.6.0-RC1-observers-SNAPSHOT
jvm
antlr
/
com.strumenta.kolasu.antlr.parsing.coverage
/
Path
Path
data
class
Path
(
val
elements
:
List
<
PathElement
>
=
listOf()
,
val
states
:
MutableSet
<
Int
>
=
mutableSetOf()
)
Members
Constructors
Path
Link copied to clipboard
constructor
(
elements
:
List
<
PathElement
>
=
listOf()
,
states
:
MutableSet
<
Int
>
=
mutableSetOf()
)
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
follow
With
Link copied to clipboard
fun
followWith
(
el
:
PathElement
)
:
Path
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
fun
toString
(
parser
:
Parser
)
:
String
Properties
elements
Link copied to clipboard
val
elements
:
List
<
PathElement
>
states
Link copied to clipboard
val
states
:
MutableSet
<
Int
>