C# Class Aurora.ScriptEngineParser.ArgumentDeclarationList

Inheritance: Tools.SYMBOL
ファイルを表示 Open project: aurora-sim/Aurora-Libs Class Usage Examples

Public Methods

Method Description
ArgumentDeclarationList ( Parser yyp ) : Tools
ArgumentDeclarationList ( Parser yyp, ArgumentDeclarationList adl, Declaration d ) : Tools
ArgumentDeclarationList ( Parser yyp, Declaration d ) : Tools

Method Details

ArgumentDeclarationList() public method

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

ArgumentDeclarationList() public method

public ArgumentDeclarationList ( Parser yyp, ArgumentDeclarationList adl, Declaration d ) : Tools
yyp Tools.Parser
adl ArgumentDeclarationList
d Declaration
return Tools

ArgumentDeclarationList() public method

public ArgumentDeclarationList ( Parser yyp, Declaration d ) : Tools
yyp Tools.Parser
d Declaration
return Tools