Home
last modified time | relevance | path

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

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DAIfCommand.java12 private PCommand _block_; field in AIfCommand
23 @SuppressWarnings("hiding") PCommand _block_, in AIfCommand() argument
31 setBlock(_block_); in AIfCommand()
43 cloneNode(this._block_), in clone()
104 return this._block_; in getBlock()
109 if(this._block_ != null) in setBlock()
111 this._block_.parent(null); in setBlock()
124 this._block_ = node; in setBlock()
158 + toString(this._block_) in toString()
178 if(this._block_ == child) in removeChild()
[all …]