C# Class Aurora.ScriptEngineParser.ReturnStatement

Inheritance: Tools.SYMBOL
显示文件 Open project: aurora-sim/Aurora-Libs Class Usage Examples

Public Methods

Method Description
ReturnStatement ( Parser yyp ) : Tools
ReturnStatement ( Parser yyp, Expression e ) : Tools

Method Details

ReturnStatement() public method

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

ReturnStatement() public method

public ReturnStatement ( Parser yyp, Expression e ) : Tools
yyp Tools.Parser
e Expression
return Tools