C# Class StoryTeller.Testing.Model.StubGrammarStructure

Inheritance: StoryTeller.Model.GrammarStructure
Datei anzeigen Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
AcceptVisitor ( IGrammarVisitor visitor, IStep step ) : void
AddError ( string message ) : StubGrammarStructure

Protected Methods

Method Description
fillExample ( IStep step ) : void

Method Details

AcceptVisitor() public method

public AcceptVisitor ( IGrammarVisitor visitor, IStep step ) : void
visitor IGrammarVisitor
step IStep
return void

AddError() public method

public AddError ( string message ) : StubGrammarStructure
message string
return StubGrammarStructure

fillExample() protected method

protected fillExample ( IStep step ) : void
step IStep
return void