StoryTeller.UserInterface.Editing.HTML.GrammarSelector.IGrammarVisitor C# (CSharp) Method

IGrammarVisitor() private method

private IGrammarVisitor ( Sentence sentence, IStep step ) : void
sentence StoryTeller.Model.Sentence
step IStep
return void
        void IGrammarVisitor.Sentence(Sentence sentence, IStep step)
        {
            sentence.Parts.Each(x => x.AcceptVisitor(this));
        }

Same methods

GrammarSelector::IGrammarVisitor ( DoGrammarStructure grammar, IStep step ) : void
GrammarSelector::IGrammarVisitor ( EmbeddedSection section, IStep step ) : void
GrammarSelector::IGrammarVisitor ( Paragraph paragraph, IStep step ) : void
GrammarSelector::IGrammarVisitor ( SetVerification setVerification, IStep step ) : void
GrammarSelector::IGrammarVisitor ( Table table, IStep step ) : void