LispParserDefinition class

LISP parser definition.

Inheritance

Constructors

LispParserDefinition.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

atom() → Parser
inherited
atomChoice() → Parser
inherited
bracket(String brackets, Parser parser) → Parser
inherited
build() → Parser
Builds the default composite parser starting at start.
inherited
buildFrom<T>(Parser<T> parser) → Parser<T>
Builds a composite parser starting with the specified parser.
inherited
cell() → Parser
override
cells() → Parser
inherited
character() → Parser
inherited
characterEscape() → Parser
override
characterRaw() → Parser
override
comment() → Parser
inherited
empty() → Parser
override
list() → Parser
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
number() → Parser
override
numberToken() → Parser
inherited
quasiquote() → Parser
inherited
quote() → Parser
override
space() → Parser
inherited
splice() → Parser
inherited
start() → Parser
The starting production of this definition.
inherited
string() → Parser
override
symbol() → Parser
override
symbolToken() → Parser
inherited
toString() String
A string representation of this object.
inherited
unquote() → Parser
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited