intLit method
Implementation
IntLitContext intLit() {
dynamic _localctx = IntLitContext(context, state);
enterRule(_localctx, 94, RULE_intLit);
try {
enterOuterAlt(_localctx, 1);
state = 533;
match(TOKEN_INT_LIT);
} on RecognitionException catch (re) {
_localctx.exception = re;
errorHandler.reportError(this, re);
errorHandler.recover(this, re);
} finally {
exitRule();
}
return _localctx;
}