C# Class Aurora.ScriptEngineParser.ArgumentList

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

Public Methods

Method Description
ArgumentList ( Parser yyp ) : Tools
ArgumentList ( Parser yyp, Argument a ) : Tools
ArgumentList ( Parser yyp, ArgumentList al, Argument a ) : Tools

Private Methods

Method Description
AddArgument ( Argument a ) : void

Method Details

ArgumentList() public method

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

ArgumentList() public method

public ArgumentList ( Parser yyp, Argument a ) : Tools
yyp Tools.Parser
a Argument
return Tools

ArgumentList() public method

public ArgumentList ( Parser yyp, ArgumentList al, Argument a ) : Tools
yyp Tools.Parser
al ArgumentList
a Argument
return Tools