Class NoSemantics

A type for no semantic data.

No semantic data is provided and is the default type for ParseState types D and E. The identity property required for Identifiable is implemented to equal the empty string.

See

Hierarchy

  • NoSemantics

Implements

Constructors

Properties

Constructors

Properties

identity: string = ''

The identity property to implement Identifiable. Equals to empty string at all times.