boolType method
Implementation
BoolTypeContext boolType() {
dynamic _localctx = BoolTypeContext(context, state);
enterRule(_localctx, 12, RULE_boolType);
try {
enterOuterAlt(_localctx, 1);
state = 79;
match(TOKEN_T__14);
} on RecognitionException catch (re) {
_localctx.exception = re;
errorHandler.reportError(this, re);
errorHandler.recover(this, re);
} finally {
exitRule();
}
return _localctx;
}