C# Class Aurora.ScriptEngineParser.WhileStatement

Inheritance: Tools.SYMBOL
Datei anzeigen Open project: aurora-sim/Aurora-Libs Class Usage Examples

Public Methods

Method Description
WhileStatement ( Parser yyp ) : Tools
WhileStatement ( Parser yyp, SYMBOL s, Statement st ) : Tools

Method Details

WhileStatement() public method

public WhileStatement ( Parser yyp ) : Tools
yyp Tools.Parser
return Tools

WhileStatement() public method

public WhileStatement ( Parser yyp, SYMBOL s, Statement st ) : Tools
yyp Tools.Parser
s Tools.SYMBOL
st Statement
return Tools