C# Class Aurora.ScriptEngineParser.GlobalFunctionDefinition

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

Méthodes publiques

Méthode Description
GlobalFunctionDefinition ( Parser yyp ) : Tools
GlobalFunctionDefinition ( Parser yyp, string returnType, string name, ArgumentDeclarationList adl, CompoundStatement cs ) : Tools

Method Details

GlobalFunctionDefinition() public méthode

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

GlobalFunctionDefinition() public méthode

public GlobalFunctionDefinition ( Parser yyp, string returnType, string name, ArgumentDeclarationList adl, CompoundStatement cs ) : Tools
yyp Tools.Parser
returnType string
name string
adl ArgumentDeclarationList
cs CompoundStatement
Résultat Tools