PrologParserDefinition class

Prolog parser definition.

Inheritance

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() → 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
closeParentToken() → Parser<String>
inherited
commaToken() → Parser<String>
inherited
commentMulti() → Parser
inherited
commentSingle() → Parser
inherited
definitionToken() → Parser<String>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openParenToken() → Parser<String>
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<String>
inherited
token(Object parser, [String? message]) → Parser<String>
inherited
toString() String
A string representation of this object.
inherited
value() → Parser<Value>
override
valueToken() → Parser<String>
inherited
variable() → Parser<Variable>
override
variableToken() → Parser<String>
inherited

Operators

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