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