C# Class Tools.TOKEN

Inheritance: SYMBOL
Afficher le fichier Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Méthodes publiques

Méthode Description
IsTerminal ( ) : bool
Matches ( string s ) : bool
Pass ( YyParser syms, int snum, ParserEntry &entry ) : bool
Print ( ) : void
TOKEN ( Lexer yyl ) : System
TOKEN ( Lexer yyl, string s ) : System
TOKEN ( Parser yyp ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
TOKEN ( ) : System

Method Details

IsTerminal() public méthode

public IsTerminal ( ) : bool
Résultat bool

Matches() public méthode

public Matches ( string s ) : bool
s string
Résultat bool

Pass() public méthode

public Pass ( YyParser syms, int snum, ParserEntry &entry ) : bool
syms YyParser
snum int
entry ParserEntry
Résultat bool

Print() public méthode

public Print ( ) : void
Résultat void

TOKEN() protected méthode

protected TOKEN ( ) : System
Résultat System

TOKEN() public méthode

public TOKEN ( Lexer yyl ) : System
yyl Lexer
Résultat System

TOKEN() public méthode

public TOKEN ( Lexer yyl, string s ) : System
yyl Lexer
s string
Résultat System

TOKEN() public méthode

public TOKEN ( Parser yyp ) : System
yyp Parser
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string