C# Class SenseNet.Search.Parser.SnLucLexer.Keywords

Show file Open project: maxpavlov/FlexNet

Public Methods

Method Description
ScanControl ( string text, LineInfo line ) : Token
ScanKeyword ( string text ) : Token

Method Details

ScanControl() public static method

public static ScanControl ( string text, LineInfo line ) : Token
text string
line LineInfo
return Token

ScanKeyword() public static method

public static ScanKeyword ( string text ) : Token
text string
return Token