menu
maas package
documentation
jast/JSONParser.dart
JSONParser
matchedEOF property
matchedEOF property
dark_mode
light_mode
matchedEOF
property
bool
matchedEOF
getter/setter pair
inherited
Indicates parser has match()ed EOF token. See {@link #exitRule()}. */
Implementation
bool matchedEOF = false;
maas package
documentation
jast/JSONParser
JSONParser
matchedEOF property
JSONParser class