funcAnn method

FuncAnnContext funcAnn()

Implementation

FuncAnnContext funcAnn() {
  dynamic _localctx = FuncAnnContext(context, state);
  enterRule(_localctx, 26, RULE_funcAnn);
  int _la;
  try {
    enterOuterAlt(_localctx, 1);
    state = 103;
    _la = tokenStream.LA(1)!;
    if (!((((_la) & ~0x3f) == 0 && ((1 << _la) & 7340032) != 0))) {
    errorHandler.recoverInline(this);
    } else {
      if ( tokenStream.LA(1)! == IntStream.EOF ) matchedEOF = true;
      errorHandler.reportMatch(this);
      consume();
    }
  } on RecognitionException catch (re) {
    _localctx.exception = re;
    errorHandler.reportError(this, re);
    errorHandler.recover(this, re);
  } finally {
    exitRule();
  }
  return _localctx;
}