Example #1
0
    public CombineContext combine()
    {
        CombineContext _localctx = new CombineContext(Context, State);

        EnterRule(_localctx, 8, RULE_combine);
        int _la;

        try {
            EnterOuterAlt(_localctx, 1);
            {
                State = 54; Match(T__6);
                State = 55; transform_series();
                State = 56; Match(T__7);
                State = 57; transform_series();
                State = 62;
                ErrorHandler.Sync(this);
                _la = TokenStream.LA(1);
                while (_la == T__7)
                {
                    {
                        {
                            State = 58; Match(T__7);
                            State = 59; transform_series();
                        }
                    }
                    State = 64;
                    ErrorHandler.Sync(this);
                    _la = TokenStream.LA(1);
                }
                State = 65; Match(T__8);
            }
        }
        catch (RecognitionException re) {
            _localctx.exception = re;
            ErrorHandler.ReportError(this, re);
            ErrorHandler.Recover(this, re);
        }
        finally {
            ExitRule();
        }
        return(_localctx);
    }
Example #2
0
 public HomeController(CombineContext context)
 {
     _context = context;
 }