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