C# Class StoryTeller.Grammars.LineStepBase

Inheritance: ILineExecution
Afficher le fichier Open project: storyteller/Storyteller

Méthodes publiques

Méthode Description
AcceptVisitor ( ILineStepGatherer gatherer ) : void
Count ( ) : int
Execute ( SpecContext context ) : void

Méthodes protégées

Méthode Description
LineStepBase ( StepValues values ) : System
execute ( ISpecContext context ) : StepResult

Method Details

AcceptVisitor() public méthode

public AcceptVisitor ( ILineStepGatherer gatherer ) : void
gatherer ILineStepGatherer
Résultat void

Count() public méthode

public Count ( ) : int
Résultat int

Execute() public méthode

public Execute ( SpecContext context ) : void
context SpecContext
Résultat void

LineStepBase() protected méthode

protected LineStepBase ( StepValues values ) : System
values StoryTeller.Conversion.StepValues
Résultat System

execute() protected abstract méthode

protected abstract execute ( ISpecContext context ) : StepResult
context ISpecContext
Résultat StoryTeller.Results.StepResult