C# Class StoryTeller.Model.Persistence.TextParser.SpecParser

Afficher le fichier Open project: storyteller/Storyteller

Méthodes publiques

Méthode Description
Read ( string text ) : void
SpecParser ( ) : System

Private Methods

Méthode Description
applyValues ( string valueData, Step step ) : void
parseName ( string text ) : void
parseSection ( string text ) : void
parseStep ( string text ) : void
startNewCollection ( string text ) : void

Method Details

Read() public méthode

public Read ( string text ) : void
text string
Résultat void

SpecParser() public méthode

public SpecParser ( ) : System
Résultat System