C# 클래스 StoryTeller.Engine.SimpleGrammar

상속: LineGrammar
파일 보기 프로젝트 열기: adymitruk/storyteller

공개 메소드들

메소드 설명
Execute ( IStep containerStep, ITestContext context ) : void
GetCells ( ) : IList
SimpleGrammar ( string text, System.Action action ) : System
SimpleGrammar ( string text, GrammarAction action ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( IStep containerStep, ITestContext context ) : void
containerStep IStep
context ITestContext
리턴 void

GetCells() 공개 메소드

public GetCells ( ) : IList
리턴 IList

SimpleGrammar() 공개 메소드

public SimpleGrammar ( string text, System.Action action ) : System
text string
action System.Action
리턴 System

SimpleGrammar() 공개 메소드

public SimpleGrammar ( string text, GrammarAction action ) : System
text string
action GrammarAction
리턴 System