menu
cel package
documentation
gen/CELParser.dart
CELParser
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;
cel package
documentation
gen/CELParser
CELParser
matchedEOF property
CELParser class