C# Class Tools.ParseStackEntry

Datei anzeigen Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Public Properties

Property Type Description
m_state int
m_value SYMBOL
yyps Parser

Public Methods

Method Description
ParseStackEntry ( Parser yyp ) : System
ParseStackEntry ( Parser yyp, int state, SYMBOL value ) : System

Method Details

ParseStackEntry() public method

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

ParseStackEntry() public method

public ParseStackEntry ( Parser yyp, int state, SYMBOL value ) : System
yyp Parser
state int
value SYMBOL
return System

Property Details

m_state public_oe property

public int m_state
return int

m_value public_oe property

public SYMBOL,Tools m_value
return SYMBOL

yyps public_oe property

public Parser,Tools yyps
return Parser