Home | History | Annotate | Download | only in node

Lines Matching full:_word_

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