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
Show file Open project: ExpertsInside/IronSP Class Usage Examples

Protected Methods

Method Description
Walk ( Walker walker ) : void

Method Details

Walk() protected method

protected Walk ( Walker walker ) : void
walker Walker
return void