HomeSort by relevance Sort by last modified time
    Searched full:_word_ (Results 1 - 1 of 1) sorted by null

  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
ANameVariable.java 10 private TWord _word_; field in class:ANameVariable
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
    [all...]

Completed in 1037 milliseconds