Path

data class Path(val elements: List<PathElement> = listOf(), val states: MutableSet<Int> = mutableSetOf())

Constructors

Link copied to clipboard
constructor(elements: List<PathElement> = listOf(), states: MutableSet<Int> = mutableSetOf())

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun toString(parser: Parser): String

Properties

Link copied to clipboard
Link copied to clipboard