C# Class SenseNet.Search.Parser.SnLucLexer

Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Méthode Description
NextToken ( ) : bool
SnLucLexer ( string source ) : System

Private Methods

Méthode 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 méthode

public NextToken ( ) : bool
Résultat bool

SnLucLexer() public méthode

public SnLucLexer ( string source ) : System
source string
Résultat System