Home | History | Annotate | Download | only in node

Lines Matching defs:_value_

10     private THexNumber _value_;
18 @SuppressWarnings("hiding") THexNumber _value_)
21 setValue(_value_);
29 cloneNode(this._value_));
39 return this._value_;
44 if(this._value_ != null)
46 this._value_.parent(null);
59 this._value_ = node;
66 + toString(this._value_);
73 if(this._value_ == child)
75 this._value_ = null;
86 if(this._value_ == oldChild)