C# Class SenseNet.Search.Parser.SnLucLexer

ファイルを表示 Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
NextToken ( ) : bool
SnLucLexer ( string source ) : System

Private Methods

Method Description
CreateCurrentLineInfo ( ) : LineInfo
CreateLastLineInfo ( ) : LineInfo
IsStringEndChar ( char c ) : bool
NextChar ( ) : bool
SaveLineInfo ( ) : void
ScanNonQuotedString ( bool &hasWildcard, bool &field, bool &keyword ) : string
ScanNumber ( double &numberValue, string &stringValue, bool &hasWildcard, bool &field ) : bool
ScanQuotedString ( bool &hasWildcard, bool &field, bool &isPhrase ) : string
SetCharType ( ) : void
SkipWhiteSpaces ( ) : void

Method Details

NextToken() public method

public NextToken ( ) : bool
return bool

SnLucLexer() public method

public SnLucLexer ( string source ) : System
source string
return System