public QLListener()
        {
            if (_astBuilderExceptions == null)
            {
                _astBuilderExceptions = new List <QLBaseException>();
            }

            _childrenStack       = new Stack <Queue <ElementBase> >();
            _terminalTypeFactory = new TerminalTypeFactory();
        }
Beispiel #2
0
        public QLListener()
        {
            if (_astBuilderExceptions == null)
            {
                _astBuilderExceptions = new List<QLBaseException>();
            }

            _childrenStack = new Stack<Queue<ElementBase>>();
            _terminalTypeFactory = new TerminalTypeFactory();
        }