C# Class LinqToRest.Server.OData.Lexing.AbstractRegularExpressionTableLexerEntry

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

Méthodes publiques

Méthode Description
IsAtStart ( string text ) : bool
IsContainedIn ( string text ) : bool
MatchesEntireText ( string text ) : bool
TryConsume ( string &text, Token &token ) : bool

Méthodes protégées

Méthode Description
AbstractRegularExpressionTableLexerEntry ( string expression ) : System
AbstractRegularExpressionTableLexerEntry ( string expression, bool ignoreCase ) : System

Method Details

AbstractRegularExpressionTableLexerEntry() protected méthode

protected AbstractRegularExpressionTableLexerEntry ( string expression ) : System
expression string
Résultat System

AbstractRegularExpressionTableLexerEntry() protected méthode

protected AbstractRegularExpressionTableLexerEntry ( string expression, bool ignoreCase ) : System
expression string
ignoreCase bool
Résultat System

IsAtStart() public méthode

public IsAtStart ( string text ) : bool
text string
Résultat bool

IsContainedIn() public méthode

public IsContainedIn ( string text ) : bool
text string
Résultat bool

MatchesEntireText() public méthode

public MatchesEntireText ( string text ) : bool
text string
Résultat bool

TryConsume() public méthode

public TryConsume ( string &text, Token &token ) : bool
text string
token LinqToRest.OData.Lexing.Token
Résultat bool