C# Class StoryTeller.Grammars.CompositeExecution

Inheritance: ICompositeExecution
Mostra file Open project: storyteller/Storyteller

Public Methods

Method Description
AcceptVisitor ( ILineStepGatherer gatherer ) : void
CompositeExecution ( IEnumerable steps ) : System.Collections.Generic
Count ( ) : int

Method Details

AcceptVisitor() public method

public AcceptVisitor ( ILineStepGatherer gatherer ) : void
gatherer ILineStepGatherer
return void

CompositeExecution() public method

public CompositeExecution ( IEnumerable steps ) : System.Collections.Generic
steps IEnumerable
return System.Collections.Generic

Count() public method

public Count ( ) : int
return int