Home
last modified time | relevance | path

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

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DStart.java10 private PCommand _pCommand_; field in Start
19 @SuppressWarnings("hiding") PCommand _pCommand_, in Start()
22 setPCommand(_pCommand_); in Start()
30 cloneNode(this._pCommand_), in clone()
41 return this._pCommand_; in getPCommand()
46 if(this._pCommand_ != null) in setPCommand()
48 this._pCommand_.parent(null); in setPCommand()
61 this._pCommand_ = node; in setPCommand()
92 if(this._pCommand_ == child) in removeChild()
94 this._pCommand_ = null; in removeChild()
[all …]