Searched refs:_variable_ (Results 1 - 8 of 8) sorted by relevance
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
H A D | AVariableExpression.java | 10 private PVariable _variable_; field in class:AVariableExpression 18 @SuppressWarnings("hiding") PVariable _variable_) 21 setVariable(_variable_); 29 cloneNode(this._variable_)); 39 return this._variable_; 44 if(this._variable_ != null) 46 this._variable_.parent(null); 59 this._variable_ = node; 66 + toString(this._variable_); 73 if(this._variable_ 17 AVariableExpression( @uppressWarnings�) PVariable _variable_) argument [all...] |
H A D | ANameCommand.java | 11 private PVariable _variable_; field in class:ANameCommand 20 @SuppressWarnings("hiding") PVariable _variable_) 25 setVariable(_variable_); 34 cloneNode(this._variable_)); 69 return this._variable_; 74 if(this._variable_ != null) 76 this._variable_.parent(null); 89 this._variable_ = node; 97 + toString(this._variable_); 110 if(this._variable_ 18 ANameCommand( @uppressWarnings�) PPosition _position_, @SuppressWarnings(�) PVariable _variable_) argument [all...] |
H A D | AEachCommand.java | 11 private PVariable _variable_; field in class:AEachCommand 22 @SuppressWarnings("hiding") PVariable _variable_, 29 setVariable(_variable_); 42 cloneNode(this._variable_), 79 return this._variable_; 84 if(this._variable_ != null) 86 this._variable_.parent(null); 99 this._variable_ = node; 157 + toString(this._variable_) 172 if(this._variable_ 20 AEachCommand( @uppressWarnings�) PPosition _position_, @SuppressWarnings(�) PVariable _variable_, @SuppressWarnings(�) PExpression _expression_, @SuppressWarnings(�) PCommand _command_) argument [all...] |
H A D | ALoopToCommand.java | 11 private PVariable _variable_; field in class:ALoopToCommand 22 @SuppressWarnings("hiding") PVariable _variable_, 29 setVariable(_variable_); 42 cloneNode(this._variable_), 79 return this._variable_; 84 if(this._variable_ != null) 86 this._variable_.parent(null); 99 this._variable_ = node; 157 + toString(this._variable_) 172 if(this._variable_ 20 ALoopToCommand( @uppressWarnings�) PPosition _position_, @SuppressWarnings(�) PVariable _variable_, @SuppressWarnings(�) PExpression _expression_, @SuppressWarnings(�) PCommand _command_) argument [all...] |
H A D | ASetCommand.java | 11 private PVariable _variable_; field in class:ASetCommand 21 @SuppressWarnings("hiding") PVariable _variable_, 27 setVariable(_variable_); 38 cloneNode(this._variable_), 74 return this._variable_; 79 if(this._variable_ != null) 81 this._variable_.parent(null); 94 this._variable_ = node; 127 + toString(this._variable_) 141 if(this._variable_ 19 ASetCommand( @uppressWarnings�) PPosition _position_, @SuppressWarnings(�) PVariable _variable_, @SuppressWarnings(�) PExpression _expression_) argument [all...] |
H A D | AWithCommand.java | 11 private PVariable _variable_; field in class:AWithCommand 22 @SuppressWarnings("hiding") PVariable _variable_, 29 setVariable(_variable_); 42 cloneNode(this._variable_), 79 return this._variable_; 84 if(this._variable_ != null) 86 this._variable_.parent(null); 99 this._variable_ = node; 157 + toString(this._variable_) 172 if(this._variable_ 20 AWithCommand( @uppressWarnings�) PPosition _position_, @SuppressWarnings(�) PVariable _variable_, @SuppressWarnings(�) PExpression _expression_, @SuppressWarnings(�) PCommand _command_) argument [all...] |
H A D | ALoopCommand.java | 11 private PVariable _variable_; field in class:ALoopCommand 23 @SuppressWarnings("hiding") PVariable _variable_, 31 setVariable(_variable_); 46 cloneNode(this._variable_), 84 return this._variable_; 89 if(this._variable_ != null) 91 this._variable_.parent(null); 104 this._variable_ = node; 187 + toString(this._variable_) 203 if(this._variable_ 21 ALoopCommand( @uppressWarnings�) PPosition _position_, @SuppressWarnings(�) PVariable _variable_, @SuppressWarnings(�) PExpression _start_, @SuppressWarnings(�) PExpression _end_, @SuppressWarnings(�) PCommand _command_) argument [all...] |
H A D | ALoopIncCommand.java | 11 private PVariable _variable_; field in class:ALoopIncCommand 24 @SuppressWarnings("hiding") PVariable _variable_, 33 setVariable(_variable_); 50 cloneNode(this._variable_), 89 return this._variable_; 94 if(this._variable_ != null) 96 this._variable_.parent(null); 109 this._variable_ = node; 217 + toString(this._variable_) 234 if(this._variable_ 22 ALoopIncCommand( @uppressWarnings�) PPosition _position_, @SuppressWarnings(�) PVariable _variable_, @SuppressWarnings(�) PExpression _start_, @SuppressWarnings(�) PExpression _end_, @SuppressWarnings(�) PExpression _increment_, @SuppressWarnings(�) PCommand _command_) argument [all...] |
Completed in 94 milliseconds