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

IGrammarVisitor() private method

private IGrammarVisitor ( Table table, IStep step ) : void
table StoryTeller.Model.Table
step IStep
return void
        void IGrammarVisitor.Table(Table table, IStep step)
        {
            _link.Label(table.Label);
        }

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 ( Sentence sentence, IStep step ) : void
GrammarSelector::IGrammarVisitor ( SetVerification setVerification, IStep step ) : void