C# Class StoryTeller.Engine.SimpleGrammar

Inheritance: LineGrammar
Afficher le fichier Open project: adymitruk/storyteller

Méthodes publiques

Méthode Description
Execute ( IStep containerStep, ITestContext context ) : void
GetCells ( ) : IList
SimpleGrammar ( string text, System.Action action ) : System
SimpleGrammar ( string text, GrammarAction action ) : System

Method Details

Execute() public méthode

public Execute ( IStep containerStep, ITestContext context ) : void
containerStep IStep
context ITestContext
Résultat void

GetCells() public méthode

public GetCells ( ) : IList
Résultat IList

SimpleGrammar() public méthode

public SimpleGrammar ( string text, System.Action action ) : System
text string
action System.Action
Résultat System

SimpleGrammar() public méthode

public SimpleGrammar ( string text, GrammarAction action ) : System
text string
action GrammarAction
Résultat System