Beispiel #1
0
        void IGrammarVisitor.EmbeddedSection(EmbeddedSection section, IStep step)
        {
            _fixtureStack.Push(section.Fixture);

            _stream.StartEmbeddedSection(section, step);

            section.GetLeaf(step).AcceptVisitor(this);

            _stream.EndEmbeddedSection(section, step);

            _fixtureStack.Pop();
        }
Beispiel #2
0
        void IGrammarVisitor.EmbeddedSection(EmbeddedSection section, IStep step)
        {
            _fixtureStack.Push(section.Fixture);

            _stream.StartEmbeddedSection(section, step);

            section.GetLeaf(step).AcceptVisitor(this);

            _stream.EndEmbeddedSection(section, step);

            _fixtureStack.Pop();
        }