pair method

PairContext pair()

Implementation

PairContext pair() {
  dynamic _localctx = PairContext(context, state);
  enterRule(_localctx, 4, RULE_pair);
  try {
    enterOuterAlt(_localctx, 1);
    state = 28;
    match(TOKEN_STRING);
    state = 29;
    match(TOKEN_T__3);
    state = 30;
    value();
  } on RecognitionException catch (re) {
    _localctx.exception = re;
    errorHandler.reportError(this, re);
    errorHandler.recover(this, re);
  } finally {
    exitRule();
  }
  return _localctx;
}