C# Class Aurora.ScriptEngineParser.IfStatement

Inheritance: Tools.SYMBOL
Afficher le fichier Open project: aurora-sim/Aurora-Libs Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
AddStatement ( Statement s ) : void

Method Details

IfStatement() public méthode

public IfStatement ( Parser yyp ) : Tools
yyp Tools.Parser
Résultat Tools

IfStatement() public méthode

public IfStatement ( Parser yyp, SYMBOL s, Statement ifs ) : Tools
yyp Tools.Parser
s Tools.SYMBOL
ifs Statement
Résultat Tools

IfStatement() public méthode

public IfStatement ( Parser yyp, SYMBOL s, Statement ifs, Statement es ) : Tools
yyp Tools.Parser
s Tools.SYMBOL
ifs Statement
es Statement
Résultat Tools