PrologGrammarDefinition class

Prolog grammar definition.

Implementers

Constructors

PrologGrammarDefinition()

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

Operators

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