blobType method

BlobTypeContext blobType()

Implementation

BlobTypeContext blobType() {
  dynamic _localctx = BlobTypeContext(context, state);
  enterRule(_localctx, 8, RULE_blobType);
  try {
    enterOuterAlt(_localctx, 1);
    state = 72;
    match(TOKEN_T__13);
  } on RecognitionException catch (re) {
    _localctx.exception = re;
    errorHandler.reportError(this, re);
    errorHandler.recover(this, re);
  } finally {
    exitRule();
  }
  return _localctx;
}