public SeqContext seq() {
		SeqContext _localctx = new SeqContext(Context, State);
		EnterRule(_localctx, 206, RULE_seq);
		int _la;
		try {
			EnterOuterAlt(_localctx, 1);
			{
			State = 2012; k_sequence();
			State = 2017;
			ErrorHandler.Sync(this);
			_la = TokenStream.La(1);
			while (_la==SCOL) {
				{
				{
				State = 2013; Match(SCOL);
				State = 2014; other_param();
				}
				}
				State = 2019;
				ErrorHandler.Sync(this);
				_la = TokenStream.La(1);
			}
			State = 2020; Match(COL);
			State = 2021; integer();
			State = 2022; Match(CRLF);
			}
		}
		catch (RecognitionException re) {
			_localctx.exception = re;
			ErrorHandler.ReportError(this, re);
			ErrorHandler.Recover(this, re);
		}
		finally {
			ExitRule();
		}
		return _localctx;
	}
示例#2
0
 public KeyAllocService(SeqContext seqContext)
 {
     _seqContext = seqContext;
 }