C# Class Aurora.ScriptEngineParser.GlobalVariableDeclaration

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

Méthodes publiques

Méthode Description
GlobalVariableDeclaration ( Parser yyp ) : Tools
GlobalVariableDeclaration ( Parser yyp, Assignment a ) : Tools
GlobalVariableDeclaration ( Parser yyp, Declaration d ) : Tools

Method Details

GlobalVariableDeclaration() public méthode

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

GlobalVariableDeclaration() public méthode

public GlobalVariableDeclaration ( Parser yyp, Assignment a ) : Tools
yyp Tools.Parser
a Assignment
Résultat Tools

GlobalVariableDeclaration() public méthode

public GlobalVariableDeclaration ( Parser yyp, Declaration d ) : Tools
yyp Tools.Parser
d Declaration
Résultat Tools