C# Class LinqToRest.Server.OData.Lexing.Impl.RegularExpressionTableLexer

Inheritance: IRegularExpressionTableLexer
Afficher le fichier Open project: chrisblock/LinqToRest

Méthodes publiques

Méthode Description
RegularExpressionTableLexer ( ) : System
Tokenize ( string text ) : IEnumerable

Private Methods

Méthode Description
ConsumeWhitespace ( string &text ) : void

Method Details

RegularExpressionTableLexer() public méthode

public RegularExpressionTableLexer ( ) : System
Résultat System

Tokenize() public méthode

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