QueryParserDefinition class

Inheritance

Constructors

QueryParserDefinition()
const

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

and() → Parser<Filter>
override
approx() → Parser
inherited
attr() → Parser
override
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
EQUAL() → Parser
inherited
filter() → Parser
override
filtercomp() → Parser
inherited
filterlist() → Parser<List<Filter>>
override
filtertype() → Parser
inherited
GREATER() → Parser
inherited
initial() → Parser
inherited
item() → Parser
inherited
LESS() → Parser
inherited
LPAREN() → Parser
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
not() → Parser<Filter>
override
or() → Parser<Filter>
override
present() → Parser
inherited
RPAREN() → Parser
inherited
simple() → Parser<Filter>
override
STAR() → Parser
inherited
start() → Parser
The starting production of this definition.
inherited
substring() → Parser<Filter>
override
token(Object input) → Parser
inherited
toString() String
A string representation of this object.
inherited
value() → Parser
override

Operators

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