C# 클래스 StoryTeller.Grammars.SilentAction

상속: ILineExecution
파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

공개 메소드들

메소드 설명
AcceptVisitor ( ILineStepGatherer gatherer ) : void
AsCritical ( string type, object position, Action action, Node node ) : SilentAction
Count ( ) : int
Execute ( SpecContext context ) : void
SilentAction ( string type, object position, Action action, Node node ) : System

메소드 상세

AcceptVisitor() 공개 메소드

public AcceptVisitor ( ILineStepGatherer gatherer ) : void
gatherer ILineStepGatherer
리턴 void

AsCritical() 공개 정적인 메소드

public static AsCritical ( string type, object position, Action action, Node node ) : SilentAction
type string
position object
action Action
node StoryTeller.Model.Node
리턴 SilentAction

Count() 공개 메소드

public Count ( ) : int
리턴 int

Execute() 공개 메소드

public Execute ( SpecContext context ) : void
context SpecContext
리턴 void

SilentAction() 공개 메소드

public SilentAction ( string type, object position, Action action, Node node ) : System
type string
position object
action Action
node StoryTeller.Model.Node
리턴 System