JsonGrammarLexer class abstract

JSON grammar lexer.

Implementers

Constructors

JsonGrammarLexer()

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

array() → Parser<List>
array2() → Parser<List>
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
characterEscape() → Parser<List>
characterEscapeValue() → Parser<String>
characterEscapeValue2() → Parser<String>
characterNormal() → Parser<String>
characterNormal2() → Parser<String>
characterPrimitive() → Parser
characterPrimitive2() → Parser
characterUnicode() → Parser<List>
characterUnicodeValue() → Parser<String>
elements() → Parser<List>
elements2() → Parser<List>
falseToken() → Parser<String>
jsonValue() → Parser
jsonValue2() → Parser
keyToken() → Parser<String>
keyToken2() → Parser<String>
members() → Parser<List>
members2() → Parser<List>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
nullToken() → Parser<String>
numberPrimitive() → Parser<List>
numberToken() → Parser<String>
object() → Parser<List>
object2() → Parser<List>
pair() → Parser<List>
pair2() → Parser<List>
start() → Parser
The starting production of this definition.
inherited
stringPrimitive() → Parser<List>
stringPrimitive2() → Parser<List>
stringPrimitiveExtra() → Parser<List>
token(Object source, [String? name]) → Parser<String>
toString() String
A string representation of this object.
inherited
trueToken() → Parser<String>
wordPrimitive() → Parser<String>

Operators

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