C# Class Loyc.Syntax.Les.Les2Lexer

Exibir arquivo Open project: qwertie/ecsharp Class Usage Examples

Public Methods

Method Description
MLCommentLine ( int &nested ) : bool
NextToken ( ) : Maybe
TDQStringLine ( ) : bool
TSQStringLine ( ) : bool

Private Methods

Method Description
At ( ) : void
BQOperator ( ) : void
BQString ( ) : void
BinDigits ( ) : void
BinNumber ( ) : void
Comma ( ) : void
CommentStart ( ) : void
DQString ( ) : void
DecDigits ( ) : void
DecNumber ( ) : void
FancyId ( ) : void
HexDigit ( ) : void
HexDigits ( ) : void
HexNumber ( ) : void
HexNumber_Test0 ( ) : bool
Id ( ) : void
IdExtLetter ( ) : void
IdStartChar ( ) : void
LParen ( ) : void
LettersOrPunc ( ) : void
MLComment ( ) : void
MLCommentLine_Test0 ( ) : bool
Newline ( bool ignoreIndent = false ) : void
NormalId ( ) : void
Number ( ) : void
OpChar ( ) : void
Operator ( ) : void
SLComment ( ) : void
SQString ( ) : void
Scan_HexDigit ( ) : bool
Scan_HexDigits ( ) : bool
Semicolon ( ) : void
Shebang ( ) : void
Symbol ( ) : void
TQString ( ) : void
Try_HexNumber_Test0 ( int lookaheadAmt ) : bool
Try_MLCommentLine_Test0 ( int lookaheadAmt ) : bool

Method Details

MLCommentLine() public method

public MLCommentLine ( int &nested ) : bool
nested int
return bool

NextToken() public method

public NextToken ( ) : Maybe
return Maybe

TDQStringLine() public method

public TDQStringLine ( ) : bool
return bool

TSQStringLine() public method

public TSQStringLine ( ) : bool
return bool