C# Class Loyc.Syntax.Les.Les3Lexer

Afficher le fichier Open project: qwertie/ecsharp Class Usage Examples

Méthodes publiques

Méthode Description
MLCommentLine ( int &nested ) : bool
NextToken ( ) : Maybe
TDQStringLine ( ) : bool
TSQStringLine ( ) : bool

Private Methods

Méthode Description
BQString ( bool &parseNeeded ) : void
BinNumber ( ) : void
DQString ( ) : object
DecDigits ( ) : void
DecNumber ( ) : void
DotIndent ( ) : void
HexDigit ( ) : void
HexDigits ( ) : void
HexNumber ( ) : void
HexNumber_Test0 ( ) : bool
Id ( ) : object
IdContChar ( ) : void
IdContChar_Test0 ( ) : bool
IdCore ( object &boolOrNull ) : UString
Keyword ( ) : object
LettersOrPunc ( ) : void
MLComment ( ) : object
MLCommentLine_Test0 ( ) : bool
Newline ( bool ignoreIndent = false ) : object
NormalId ( ) : void
Number ( ) : object
Operator ( ) : object
SLComment ( ) : object
SQOperator ( ) : object
SQString ( ) : object
ScanIdContChar ( ) : bool
Scan_HexDigits ( ) : bool
Shebang ( ) : object
SpecialLiteral ( ) : object
TQString ( ) : object
Try_HexNumber_Test0 ( int lookaheadAmt ) : bool
Try_IdContChar_Test0 ( int lookaheadAmt ) : bool
Try_MLCommentLine_Test0 ( int lookaheadAmt ) : bool
Try_ScanIdContChar ( int lookaheadAmt ) : bool

Method Details

MLCommentLine() public méthode

public MLCommentLine ( int &nested ) : bool
nested int
Résultat bool

NextToken() public méthode

public NextToken ( ) : Maybe
Résultat Maybe

TDQStringLine() public méthode

public TDQStringLine ( ) : bool
Résultat bool

TSQStringLine() public méthode

public TSQStringLine ( ) : bool
Résultat bool