C# Class Tools.SYMBOL

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

Méthodes publiques

Свойство Type Description
kids ObjectList
m_dollar object
pos int
yylx Lexer
yyps Parser

Méthodes publiques

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

Méthodes protégées

Méthode Description
SYMBOL ( ) : System

Method Details

ConcreteSyntaxTree() public méthode

public ConcreteSyntaxTree ( ) : void
Résultat void

ConcreteSyntaxTree() public méthode

public ConcreteSyntaxTree ( string n ) : void
n string
Résultat void

IsAction() public méthode

public IsAction ( ) : bool
Résultat bool

IsCSymbol() public méthode

public IsCSymbol ( ) : bool
Résultat bool

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

SYMBOL() protected méthode

protected SYMBOL ( ) : System
Résultat System

SYMBOL() public méthode

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

SYMBOL() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

kids public_oe property

public ObjectList kids
Résultat ObjectList

m_dollar public_oe property

public object m_dollar
Résultat object

pos public_oe property

public int pos
Résultat int

yylx public_oe property

public Lexer,Tools yylx
Résultat Lexer

yyps public_oe property

public Parser,Tools yyps
Résultat Parser