ListNonTerminal

final case class ListNonTerminal(`type`: Type, start: LiftList[Marked[Element]], repeat: Option[LiftList[Marked[Element]]]) extends NonTerminal with NonOptional
Companion:
object
trait Serializable
trait Product
trait Equals
trait Element
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def toNonOpt: (Boolean, NonOptional)
Inherited from:
Element