C# Class QUT.GPGen.Lexers.Scanner

Inheritance: ScanBase, IColorScan
ファイルを表示 Open project: spark-shading-language/spark Class Usage Examples

Public Methods

Method Description
yyerror ( string format ) : void

Private Methods

Method 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 method

public yyerror ( string format ) : void
format string
return void