| Package | Description | 
|---|---|
| com.caucho.quercus.env | 
| Modifier and Type | Field and Description | 
|---|---|
| static DoubleValue | DoubleValue. ZERO | 
| Modifier and Type | Method and Description | 
|---|---|
| static DoubleValue | DoubleValue. create(double value) | 
| DoubleValue | DoubleValue. toDoubleValue()Converts to a double. | 
| DoubleValue | Var. toDoubleValue()Converts to a double. | 
| DoubleValue | Value. toDoubleValue()Converts to a double vaule | 
| DoubleValue | ConstStringValue. toDoubleValue()Converts to a double vaule | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | ConstStringValue. setDoubleValue(DoubleValue value) | 
| Constructor and Description | 
|---|
| CompiledConstStringValue(char ch,
                        LongValue longValue,
                        DoubleValue doubleValue,
                        ValueType valueType,
                        int hashCode) | 
| CompiledConstStringValue(char ch,
                        LongValue longValue,
                        DoubleValue doubleValue,
                        ValueType valueType,
                        Value key,
                        int hashCode) | 
| CompiledConstStringValue(java.lang.String s,
                        LongValue longValue,
                        DoubleValue doubleValue,
                        ValueType valueType,
                        int hashCode) | 
| CompiledConstStringValue(java.lang.String s,
                        LongValue longValue,
                        DoubleValue doubleValue,
                        ValueType valueType,
                        Value key,
                        int hashCode) |