Home
last modified time | relevance | path

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

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DAInlineCommand.java11 private PCommand _command_; field in AInlineCommand
20 @SuppressWarnings("hiding") PCommand _command_) in AInlineCommand() argument
25 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 …]
DAAltCommand.java12 private PCommand _command_; field in AAltCommand
22 @SuppressWarnings("hiding") PCommand _command_) in AAltCommand() argument
29 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 …]
DAAutoescapeCommand.java12 private PCommand _command_; field in AAutoescapeCommand
22 @SuppressWarnings("hiding") PCommand _command_) in AAutoescapeCommand() argument
29 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 …]
DAEscapeCommand.java12 private PCommand _command_; field in AEscapeCommand
22 @SuppressWarnings("hiding") PCommand _command_) in AEscapeCommand() argument
29 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 …]
DAMultipleCommand.java11 private final LinkedList<PCommand> _command_ = new LinkedList<PCommand>(); field in AMultipleCommand
19 @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()
DALoopToCommand.java13 private PCommand _command_; field in ALoopToCommand
24 @SuppressWarnings("hiding") PCommand _command_) in ALoopToCommand() argument
33 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 …]
DAWithCommand.java13 private PCommand _command_; field in AWithCommand
24 @SuppressWarnings("hiding") PCommand _command_) in AWithCommand() argument
33 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 …]
DAEachCommand.java13 private PCommand _command_; field in AEachCommand
24 @SuppressWarnings("hiding") PCommand _command_) in AEachCommand() argument
33 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 …]
DADefCommand.java14 private PCommand _command_; field in ADefCommand
25 @SuppressWarnings("hiding") PCommand _command_) in ADefCommand() argument
34 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 …]
DALoopCommand.java14 private PCommand _command_; field in ALoopCommand
26 @SuppressWarnings("hiding") PCommand _command_) in ALoopCommand() argument
37 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 …]
DALoopIncCommand.java15 private PCommand _command_; field in ALoopIncCommand
28 @SuppressWarnings("hiding") PCommand _command_) in ALoopIncCommand() argument
41 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 …]