C# Class RegularExpressionDataGenerator.Lexer

Inheritance: IContext
Afficher le fichier Open project: GoranSiska/rxrdg Class Usage Examples

Méthodes publiques

Méthode Description
EndState ( ) : void
ToState ( IState state ) : void
Tokenize ( string expression ) : IEnumerable

Method Details

EndState() public méthode

public EndState ( ) : void
Résultat void

ToState() public méthode

public ToState ( IState state ) : void
state IState
Résultat void

Tokenize() public méthode

public Tokenize ( string expression ) : IEnumerable
expression string
Résultat IEnumerable