ButNot

esmeta.spec.ButNot
case class ButNot(base: Nonterminal, notCases: List[Symbol]) extends Symbol

butnot symbols

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Symbol
trait SpecElem
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def getName: Option[String]

get the name of a symbol

get the name of a symbol

Attributes

Inherited from:
Symbol
def getNt: Option[Nonterminal]

get an non-terminal or nothing from a symbol

get an non-terminal or nothing from a symbol

Attributes

Inherited from:
Symbol
def getT: Option[Terminal]

get a terminal or nothing from a symbol

get a terminal or nothing from a symbol

Attributes

Inherited from:
Symbol
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
SpecElem -> Any
Inherited from:
SpecElem