C# Class QUT.GPGen.Lexers.Scanner

Inheritance: ScanBase, IColorScan
Afficher le fichier Open project: spark-shading-language/spark Class Usage Examples

Méthodes publiques

Méthode Description
yyerror ( string format ) : void

Private Methods

Méthode Description
Error ( int n, LexSpan s ) : void
GetKeyword ( string text ) : Token
ParseDecimal ( string txt ) : int
ParseHexaDec ( string txt ) : int
SetHandler ( ErrorHandler hdlr ) : void
TokenSpan ( ) : LexSpan

Method Details

yyerror() public méthode

public yyerror ( string format ) : void
format string
Résultat void