Home | History | Annotate | Download | only in node

Lines Matching defs:_left_

10     private PExpression _left_;
19 @SuppressWarnings("hiding") PExpression _left_,
23 setLeft(_left_);
33 cloneNode(this._left_),
44 return this._left_;
49 if(this._left_ != null)
51 this._left_.parent(null);
64 this._left_ = node;
96 + toString(this._left_)
104 if(this._left_ == child)
106 this._left_ = null;
123 if(this._left_ == oldChild)