C# Class QUT.Gplex.Lexer.Scanner

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

Méthodes publiques

Свойство Type Description
yyhdlr ErrorHandler

Méthodes publiques

Méthode Description
StateStack ( int s ) : string
StateStr ( int s ) : string
yyerror ( string format ) : void

Private Methods

Méthode 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 méthode

public StateStack ( int s ) : string
s int
Résultat string

StateStr() public static méthode

public static StateStr ( int s ) : string
s int
Résultat string

yyerror() public méthode

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

Property Details

yyhdlr public_oe property

public ErrorHandler yyhdlr
Résultat ErrorHandler