PrologParserDefinition class

LISP parser definition.

Inheritance

Constructors

PrologParserDefinition()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope Map<String, Variable>
final

Methods

atom() → 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
closeParentToken() → Parser
inherited
commaToken() → Parser
inherited
commentMulti() → Parser
inherited
commentSingle() → Parser
inherited
definitionToken() → Parser
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openParenToken() → Parser
inherited
parameter() → Parser<Node>
override
rule() → Parser<Rule>
override
rules() → Parser<List<Rule>>
override
space() → Parser
inherited
start() → Parser
The starting production of this definition.
inherited
term() → Parser<Term>
override
terminatorToken() → Parser
inherited
token(Object parser, [String? message]) → Parser
inherited
toString() String
A string representation of this object.
inherited
value() → Parser<Value>
override
valueToken() → Parser
inherited
variable() → Parser<Variable>
override
variableToken() → Parser
inherited

Operators

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