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

Inheritance: IRegularExpressionTableLexerEntry
ファイルを表示 Open project: chrisblock/LinqToRest

Public Methods

Method Description
IsAtStart ( string text ) : bool
IsContainedIn ( string text ) : bool
MatchesEntireText ( string text ) : bool
TryConsume ( string &text, Token &token ) : bool

Protected Methods

Method Description
AbstractRegularExpressionTableLexerEntry ( string expression ) : System
AbstractRegularExpressionTableLexerEntry ( string expression, bool ignoreCase ) : System

Method Details

AbstractRegularExpressionTableLexerEntry() protected method

protected AbstractRegularExpressionTableLexerEntry ( string expression ) : System
expression string
return System

AbstractRegularExpressionTableLexerEntry() protected method

protected AbstractRegularExpressionTableLexerEntry ( string expression, bool ignoreCase ) : System
expression string
ignoreCase bool
return System

IsAtStart() public method

public IsAtStart ( string text ) : bool
text string
return bool

IsContainedIn() public method

public IsContainedIn ( string text ) : bool
text string
return bool

MatchesEntireText() public method

public MatchesEntireText ( string text ) : bool
text string
return bool

TryConsume() public method

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