Home
last modified time | relevance | path

Searched refs:_otherwise_ (Results 1 – 1 of 1) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DAIfCommand.java13 private PCommand _otherwise_; field in AIfCommand
24 @SuppressWarnings("hiding") PCommand _otherwise_) in AIfCommand() argument
33 setOtherwise(_otherwise_); in AIfCommand()
44 cloneNode(this._otherwise_)); in clone()
129 return this._otherwise_; in getOtherwise()
134 if(this._otherwise_ != null) in setOtherwise()
136 this._otherwise_.parent(null); in setOtherwise()
149 this._otherwise_ = node; in setOtherwise()
159 + toString(this._otherwise_); in toString()
184 if(this._otherwise_ == child) in removeChild()
[all …]