C# Class QUT.Gplex.Lexer.Scanner

Inheritance: ScanBase, IColorScan
Datei anzeigen Open project: spark-shading-language/spark

Public Properties

Property Type Description
yyhdlr ErrorHandler

Public Methods

Method Description
StateStack ( int s ) : string
StateStr ( int s ) : string
yyerror ( string format ) : void

Private Methods

Method Description
Error ( int n, LexSpan s ) : void
Error79 ( LexSpan s ) : void
GetIdToken ( string str ) : Tokens
GetTagToken ( string str ) : Tokens
ResetBadCount ( ) : void
TokenSpan ( ) : LexSpan

Method Details

StateStack() public method

public StateStack ( int s ) : string
s int
return string

StateStr() public static method

public static StateStr ( int s ) : string
s int
return string

yyerror() public method

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

Property Details

yyhdlr public_oe property

public ErrorHandler yyhdlr
return ErrorHandler