QueryParser class

Constructors

QueryParser(String str, Query query)

Properties

currentClause Clause
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lexemeIdx int
getter/setter pair
lexemes List<Lexeme>
getter/setter pair
lexer QueryLexer
getter/setter pair
query Query
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

consumeLexeme() Lexeme?
nextClause() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse() → dynamic
peekLexeme() Lexeme?
toString() String
A string representation of this object.
inherited

Operators

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