textType method

TextTypeContext textType()

Implementation

TextTypeContext textType() {
  dynamic _localctx = TextTypeContext(context, state);
  enterRule(_localctx, 14, RULE_textType);
  try {
    enterOuterAlt(_localctx, 1);
    state = 81;
    match(TOKEN_T__15);
  } on RecognitionException catch (re) {
    _localctx.exception = re;
    errorHandler.reportError(this, re);
    errorHandler.recover(this, re);
  } finally {
    exitRule();
  }
  return _localctx;
}