Used as a null LHS without backing storage. E.g. 'a, = 1' is represented as 'ParallelAssignment(CoumpoundLeftValue(Variable, Placeholder), CompoundRightValue(Constant))
Inheritance: Variable
Example #1
0
 internal protected virtual void Walk(Placeholder /*!*/ node)
 {
     Enter(node);
     Exit(node);
 }
Example #2
0
 public virtual void Exit(Placeholder/*!*/ node) { }
Example #3
0
 public virtual void Exit(Placeholder /*!*/ node)
 {
 }
Example #4
0
 public virtual bool Enter(Placeholder/*!*/ node) { return true; }
Example #5
0
 public virtual bool Enter(Placeholder /*!*/ node)
 {
     return(true);
 }