LexicalDesc

parsley.token.descriptions.LexicalDesc
See theLexicalDesc companion class
object LexicalDesc

This object contains any preconfigured lexical definitions and a way of constructing a complete description.

Attributes

Since

4.0.0

Companion
class
Source
LexicalDesc.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Value parameters

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

Attributes

Source
LexicalDesc.scala

Concrete fields

Defaults to the plain definitions of each sub-description.

Defaults to the plain definitions of each sub-description.

Attributes

Since

4.0.0

Source
LexicalDesc.scala