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