menu
candid_dart_core package
documentation
antlr/CandidParser.dart
CandidParser
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;
candid_dart_core package
documentation
antlr/CandidParser
CandidParser
matchedEOF property
CandidParser class