boolLit method
Implementation
BoolLitContext boolLit() {
dynamic _localctx = BoolLitContext(context, state);
enterRule(_localctx, 98, RULE_boolLit);
try {
enterOuterAlt(_localctx, 1);
state = 537;
match(TOKEN_BOOL_LIT);
} on RecognitionException catch (re) {
_localctx.exception = re;
errorHandler.reportError(this, re);
errorHandler.recover(this, re);
} finally {
exitRule();
}
return _localctx;
}