floatType method

FloatTypeContext floatType()

Implementation

FloatTypeContext floatType() {
  dynamic _localctx = FloatTypeContext(context, state);
  enterRule(_localctx, 6, RULE_floatType);
  int _la;
  try {
    enterOuterAlt(_localctx, 1);
    state = 70;
    _la = tokenStream.LA(1)!;
    if (!(_la == TOKEN_T__11 || _la == TOKEN_T__12)) {
    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;
}