C# Class Aurora.ScriptEngineParser.IfStatement

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

Public Methods

Method Description
IfStatement ( Parser yyp ) : Tools
IfStatement ( Parser yyp, SYMBOL s, Statement ifs ) : Tools
IfStatement ( Parser yyp, SYMBOL s, Statement ifs, Statement es ) : Tools

Private Methods

Method Description
AddStatement ( Statement s ) : void

Method Details

IfStatement() public method

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

IfStatement() public method

public IfStatement ( Parser yyp, SYMBOL s, Statement ifs ) : Tools
yyp Tools.Parser
s Tools.SYMBOL
ifs Statement
return Tools

IfStatement() public method

public IfStatement ( Parser yyp, SYMBOL s, Statement ifs, Statement es ) : Tools
yyp Tools.Parser
s Tools.SYMBOL
ifs Statement
es Statement
return Tools