Searched refs:_command_ (Results 1 – 11 of 11) sorted by relevance
11 private PCommand _command_; field in AInlineCommand20 @SuppressWarnings("hiding") PCommand _command_) in AInlineCommand() argument25 setCommand(_command_); in AInlineCommand()34 cloneNode(this._command_)); in clone()69 return this._command_; in getCommand()74 if(this._command_ != null) in setCommand()76 this._command_.parent(null); in setCommand()89 this._command_ = node; in setCommand()97 + toString(this._command_); in toString()110 if(this._command_ == child) in removeChild()[all …]
12 private PCommand _command_; field in AAltCommand22 @SuppressWarnings("hiding") PCommand _command_) in AAltCommand() argument29 setCommand(_command_); in AAltCommand()39 cloneNode(this._command_)); in clone()99 return this._command_; in getCommand()104 if(this._command_ != null) in setCommand()106 this._command_.parent(null); in setCommand()119 this._command_ = node; in setCommand()128 + toString(this._command_); in toString()147 if(this._command_ == child) in removeChild()[all …]
12 private PCommand _command_; field in AAutoescapeCommand22 @SuppressWarnings("hiding") PCommand _command_) in AAutoescapeCommand() argument29 setCommand(_command_); in AAutoescapeCommand()39 cloneNode(this._command_)); in clone()99 return this._command_; in getCommand()104 if(this._command_ != null) in setCommand()106 this._command_.parent(null); in setCommand()119 this._command_ = node; in setCommand()128 + toString(this._command_); in toString()147 if(this._command_ == child) in removeChild()[all …]
12 private PCommand _command_; field in AEscapeCommand22 @SuppressWarnings("hiding") PCommand _command_) in AEscapeCommand() argument29 setCommand(_command_); in AEscapeCommand()39 cloneNode(this._command_)); in clone()99 return this._command_; in getCommand()104 if(this._command_ != null) in setCommand()106 this._command_.parent(null); in setCommand()119 this._command_ = node; in setCommand()128 + toString(this._command_); in toString()147 if(this._command_ == child) in removeChild()[all …]
11 private final LinkedList<PCommand> _command_ = new LinkedList<PCommand>(); field in AMultipleCommand19 @SuppressWarnings("hiding") List<PCommand> _command_) in AMultipleCommand()22 setCommand(_command_); in AMultipleCommand()30 cloneList(this._command_)); in clone()40 return this._command_; in getCommand()45 this._command_.clear(); in setCommand()46 this._command_.addAll(list); in setCommand()62 + toString(this._command_); in toString()69 if(this._command_.remove(child)) in removeChild()81 for(ListIterator<PCommand> i = this._command_.listIterator(); i.hasNext();) in replaceChild()
13 private PCommand _command_; field in ALoopToCommand24 @SuppressWarnings("hiding") PCommand _command_) in ALoopToCommand() argument33 setCommand(_command_); in ALoopToCommand()44 cloneNode(this._command_)); in clone()129 return this._command_; in getCommand()134 if(this._command_ != null) in setCommand()136 this._command_.parent(null); in setCommand()149 this._command_ = node; in setCommand()159 + toString(this._command_); in toString()184 if(this._command_ == child) in removeChild()[all …]
13 private PCommand _command_; field in AWithCommand24 @SuppressWarnings("hiding") PCommand _command_) in AWithCommand() argument33 setCommand(_command_); in AWithCommand()44 cloneNode(this._command_)); in clone()129 return this._command_; in getCommand()134 if(this._command_ != null) in setCommand()136 this._command_.parent(null); in setCommand()149 this._command_ = node; in setCommand()159 + toString(this._command_); in toString()184 if(this._command_ == child) in removeChild()[all …]
13 private PCommand _command_; field in AEachCommand24 @SuppressWarnings("hiding") PCommand _command_) in AEachCommand() argument33 setCommand(_command_); in AEachCommand()44 cloneNode(this._command_)); in clone()129 return this._command_; in getCommand()134 if(this._command_ != null) in setCommand()136 this._command_.parent(null); in setCommand()149 this._command_ = node; in setCommand()159 + toString(this._command_); in toString()184 if(this._command_ == child) in removeChild()[all …]
14 private PCommand _command_; field in ADefCommand25 @SuppressWarnings("hiding") PCommand _command_) in ADefCommand() argument34 setCommand(_command_); in ADefCommand()45 cloneNode(this._command_)); in clone()120 return this._command_; in getCommand()125 if(this._command_ != null) in setCommand()127 this._command_.parent(null); in setCommand()140 this._command_ = node; in setCommand()150 + toString(this._command_); in toString()173 if(this._command_ == child) in removeChild()[all …]
14 private PCommand _command_; field in ALoopCommand26 @SuppressWarnings("hiding") PCommand _command_) in ALoopCommand() argument37 setCommand(_command_); in ALoopCommand()49 cloneNode(this._command_)); in clone()159 return this._command_; in getCommand()164 if(this._command_ != null) in setCommand()166 this._command_.parent(null); in setCommand()179 this._command_ = node; in setCommand()190 + toString(this._command_); in toString()221 if(this._command_ == child) in removeChild()[all …]
15 private PCommand _command_; field in ALoopIncCommand28 @SuppressWarnings("hiding") PCommand _command_) in ALoopIncCommand() argument41 setCommand(_command_); in ALoopIncCommand()54 cloneNode(this._command_)); in clone()189 return this._command_; in getCommand()194 if(this._command_ != null) in setCommand()196 this._command_.parent(null); in setCommand()209 this._command_ = node; in setCommand()221 + toString(this._command_); in toString()258 if(this._command_ == child) in removeChild()[all …]