vecType method

VecTypeContext vecType()

Implementation

VecTypeContext vecType() {
  dynamic _localctx = VecTypeContext(context, state);
  enterRule(_localctx, 34, RULE_vecType);
  try {
    enterOuterAlt(_localctx, 1);
    state = 124;
    match(TOKEN_T__25);
    state = 125;
    dataType();
  } on RecognitionException catch (re) {
    _localctx.exception = re;
    errorHandler.reportError(this, re);
    errorHandler.recover(this, re);
  } finally {
    exitRule();
  }
  return _localctx;
}