C# 클래스 StoryTeller.Model.Persistence.TextParser.SpecParser

파일 보기 프로젝트 열기: storyteller/Storyteller

공개 메소드들

메소드 설명
Read ( string text ) : void
SpecParser ( ) : System

비공개 메소드들

메소드 설명
applyValues ( string valueData, Step step ) : void
parseName ( string text ) : void
parseSection ( string text ) : void
parseStep ( string text ) : void
startNewCollection ( string text ) : void

메소드 상세

Read() 공개 메소드

public Read ( string text ) : void
text string
리턴 void

SpecParser() 공개 메소드

public SpecParser ( ) : System
리턴 System