C# 클래스 SenseNet.Search.Parser.SnLucLexer

파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 메소드들

메소드 설명
NextToken ( ) : bool
SnLucLexer ( string source ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

NextToken() 공개 메소드

public NextToken ( ) : bool
리턴 bool

SnLucLexer() 공개 메소드

public SnLucLexer ( string source ) : System
source string
리턴 System