LexicalDesc

parsley.token.descriptions.LexicalDesc
See theLexicalDesc companion object
final case class LexicalDesc(nameDesc: NameDesc, symbolDesc: SymbolDesc, numericDesc: NumericDesc, textDesc: TextDesc, spaceDesc: SpaceDesc)

This class describes the aggregation of a bunch of different sub-configurations for lexing a specific language.

Attributes

nameDesc

the description of name-like lexemes

numericDesc

the description of numeric literals

spaceDesc

the description of whitespace

symbolDesc

the description of specific symbolic lexemes

textDesc

the description of text literals

Since:

4.0.0

Companion:
object
Source:
LexicalDesc.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product