Searched refs:_value_ (Results 1 - 3 of 3) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DADecimalExpression.java10 private TDecNumber _value_; field in class:ADecimalExpression
18 @SuppressWarnings("hiding") TDecNumber _value_)
21 setValue(_value_);
29 cloneNode(this._value_));
39 return this._value_;
44 if(this._value_ != null)
46 this._value_.parent(null);
59 this._value_ = node;
66 + toString(this._value_);
73 if(this._value_
17 ADecimalExpression( @uppressWarnings�) TDecNumber _value_) argument
[all...]
H A DAHexExpression.java10 private THexNumber _value_; field in class:AHexExpression
18 @SuppressWarnings("hiding") THexNumber _value_)
21 setValue(_value_);
29 cloneNode(this._value_));
39 return this._value_;
44 if(this._value_ != null)
46 this._value_.parent(null);
59 this._value_ = node;
66 + toString(this._value_);
73 if(this._value_
17 AHexExpression( @uppressWarnings�) THexNumber _value_) argument
[all...]
H A DAStringExpression.java10 private TString _value_; field in class:AStringExpression
18 @SuppressWarnings("hiding") TString _value_)
21 setValue(_value_);
29 cloneNode(this._value_));
39 return this._value_;
44 if(this._value_ != null)
46 this._value_.parent(null);
59 this._value_ = node;
66 + toString(this._value_);
73 if(this._value_
17 AStringExpression( @uppressWarnings�) TString _value_) argument
[all...]

Completed in 79 milliseconds