PathElement

data class PathElement(val symbol: Int, val rule: Boolean)

Constructors

Link copied to clipboard
constructor(symbol: Int, rule: Boolean)

Functions

Link copied to clipboard
fun toString(parser: Parser): String

Properties

Link copied to clipboard
Link copied to clipboard
val symbol: Int