JsonGrammarDefinition class

JSON grammar definition.

Inheritance
Implementers

Constructors

JsonGrammarDefinition(bool extendedGrammar)

Properties

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

Operators

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