Home | History | Annotate | Download | only in node

Lines Matching defs:_increment_

14     private PExpression _increment_;
27 @SuppressWarnings("hiding") PExpression _increment_,
39 setIncrement(_increment_);
53 cloneNode(this._increment_),
164 return this._increment_;
169 if(this._increment_ != null)
171 this._increment_.parent(null);
184 this._increment_ = node;
220 + toString(this._increment_)
252 if(this._increment_ == child)
254 this._increment_ = null;
295 if(this._increment_ == oldChild)