C# Class Boo.BooLangService.StringParsing.StringWalker

Afficher le fichier Open project: jagregory/boolangstudio Class Usage Examples

Méthodes publiques

Méthode Description
Abort ( ) : void
Iterate ( string value ) : IEnumerable
StateIs ( StringWalkerState expectedState ) : bool

Méthodes protégées

Méthode Description
ShouldYield ( char currentChar ) : bool

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

Iterate() public méthode

public Iterate ( string value ) : IEnumerable
value string
Résultat IEnumerable

ShouldYield() protected méthode

protected ShouldYield ( char currentChar ) : bool
currentChar char
Résultat bool

StateIs() public méthode

public StateIs ( StringWalkerState expectedState ) : bool
expectedState StringWalkerState
Résultat bool