LispParserDefinition class
LISP parser definition.
- Inheritance
-
- Object
- LispGrammarDefinition
- LispParserDefinition
Constructors
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<
T> ({Function? start, List< Object> arguments = const []}) → Parser<T> -
Builds a composite parser from this definition.
inherited
-
buildFrom<
T> (Parser< T> parser) → Parser<T> -
Builds a composite parser starting at the specified production.
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