C# Class Tools.TOKEN

Inheritance: SYMBOL
Mostrar archivo Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
TOKEN ( ) : System

Method Details

IsTerminal() public method

public IsTerminal ( ) : bool
return bool

Matches() public method

public Matches ( string s ) : bool
s string
return bool

Pass() public method

public Pass ( YyParser syms, int snum, ParserEntry &entry ) : bool
syms YyParser
snum int
entry ParserEntry
return bool

Print() public method

public Print ( ) : void
return void

TOKEN() protected method

protected TOKEN ( ) : System
return System

TOKEN() public method

public TOKEN ( Lexer yyl ) : System
yyl Lexer
return System

TOKEN() public method

public TOKEN ( Lexer yyl, string s ) : System
yyl Lexer
s string
return System

TOKEN() public method

public TOKEN ( Parser yyp ) : System
yyp Parser
return System

ToString() public method

public ToString ( ) : string
return string