C# Class Tools.ParseStackEntry

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

Méthodes publiques

Свойство Type Description
m_state int
m_value SYMBOL
yyps Parser

Méthodes publiques

Méthode Description
ParseStackEntry ( Parser yyp ) : System
ParseStackEntry ( Parser yyp, int state, SYMBOL value ) : System

Method Details

ParseStackEntry() public méthode

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

ParseStackEntry() public méthode

public ParseStackEntry ( Parser yyp, int state, SYMBOL value ) : System
yyp Parser
state int
value SYMBOL
Résultat System

Property Details

m_state public_oe property

public int m_state
Résultat int

m_value public_oe property

public SYMBOL,Tools m_value
Résultat SYMBOL

yyps public_oe property

public Parser,Tools yyps
Résultat Parser