C# Class RegularExpressionDataGenerator.Lexer

Inheritance: IContext
Show file Open project: GoranSiska/rxrdg Class Usage Examples

Public Methods

Method Description
EndState ( ) : void
ToState ( IState state ) : void
Tokenize ( string expression ) : IEnumerable

Method Details

EndState() public method

public EndState ( ) : void
return void

ToState() public method

public ToState ( IState state ) : void
state IState
return void

Tokenize() public method

public Tokenize ( string expression ) : IEnumerable
expression string
return IEnumerable