QueryLexer class
Constructors
- QueryLexer(String str)
Properties
- escapeCharPositions ↔ List
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- length ↔ int
-
getter/setter pair
-
lexemes
↔ List<
Lexeme> -
getter/setter pair
- pos ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- start ↔ int
-
getter/setter pair
- str ↔ String
-
getter/setter pair
Methods
-
acceptDigitRun(
) → dynamic -
backup(
) → dynamic -
emit(
String type) → dynamic -
escapeCharacter(
) → dynamic -
ignore(
) → dynamic -
more(
) → dynamic -
next(
) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
run(
) → dynamic -
sliceString(
) → String -
toString(
) → String -
A string representation of this object.
inherited
-
width(
) → dynamic
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- termSeparator ↔ RegExp
-
getter/setter pair
Static Methods
-
lexBoost(
QueryLexer lexer) → Function? -
lexEditDistance(
QueryLexer lexer) → Function? -
lexEOS(
QueryLexer lexer) → Function? -
lexField(
QueryLexer lexer) → Function? -
lexTerm(
QueryLexer lexer) → Function? -
lexText(
QueryLexer lexer) → Function?