C# Class IronRuby.Compiler.Ast.Placeholder

Used as a null LHS without backing storage. E.g. 'a, = 1' is represented as 'ParallelAssignment(CoumpoundLeftValue(Variable, Placeholder), CompoundRightValue(Constant))
Inheritance: Variable
Afficher le fichier Open project: ExpertsInside/IronSP Class Usage Examples

Méthodes protégées

Méthode Description
Walk ( Walker walker ) : void

Method Details

Walk() protected méthode

protected Walk ( Walker walker ) : void
walker Walker
Résultat void