C# Class Aurora.ScriptEngineParser.SimpleAssignment

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

Méthodes publiques

Méthode Description
SimpleAssignment ( Parser yyp ) : Tools
SimpleAssignment ( Parser yyp, SYMBOL lhs, SYMBOL rhs, string assignmentType ) : Tools

Method Details

SimpleAssignment() public méthode

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

SimpleAssignment() public méthode

public SimpleAssignment ( Parser yyp, SYMBOL lhs, SYMBOL rhs, string assignmentType ) : Tools
yyp Tools.Parser
lhs Tools.SYMBOL
rhs Tools.SYMBOL
assignmentType string
Résultat Tools