NameDesc

parsley.token.descriptions.NameDesc
See theNameDesc companion object
final case class NameDesc(identifierStart: CharPredicate, identifierLetter: CharPredicate, operatorStart: CharPredicate, operatorLetter: CharPredicate)

The class describes how name-like things are described lexically.

Value parameters

identifierLetter

what characters may continue an identifier?

identifierStart

what characters may start an identifier?

operatorLetter

what characters may continue a user-defined operator?

operatorStart

what characters may start a user-defined operator?

Attributes

Since

4.0.0

Companion
object
Source
NameDesc.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product