Uses of Class
com.caucho.quercus.env.ValueType

Packages that use ValueType
com.caucho.quercus.env   
 

Uses of ValueType in com.caucho.quercus.env
 

Fields in com.caucho.quercus.env declared as ValueType
static ValueType ValueType.ARRAY
           
static ValueType ValueType.BOOLEAN
           
static ValueType ValueType.DOUBLE
           
static ValueType ValueType.DOUBLE_CMP
           
static ValueType ValueType.LONG
           
static ValueType ValueType.LONG_ADD
           
static ValueType ValueType.LONG_EQ
           
static ValueType ValueType.NULL
           
static ValueType ValueType.OBJECT
           
static ValueType ValueType.STRING
           
static ValueType ValueType.VALUE
           
 

Methods in com.caucho.quercus.env that return ValueType
 ValueType ArrayValue.getValueType()
          Returns the ValueType.
 ValueType BooleanValue.getValueType()
          Returns the ValueType.
 ValueType ConstStringValue.getValueType()
          Returns the ValueType.
 ValueType DoubleValue.getValueType()
          Returns the ValueType.
 ValueType JavaAdapterVar.getValueType()
          Returns the ValueType.
 ValueType LargeStringBuilderValue.getValueType()
          Returns the ValueType.
 ValueType LongValue.getValueType()
          Returns the ValueType.
 ValueType NullValue.getValueType()
          Returns the ValueType.
 ValueType StringBuilderValue.getValueType()
          Returns the ValueType.
 ValueType StringValue.getValueType()
          Returns the ValueType.
 ValueType UnicodeBuilderValue.getValueType()
          Returns the ValueType.
 ValueType Value.getValueType()
          Returns the ValueType.
 ValueType Var.getValueType()
          Returns the ValueType.
static ValueType StringBuilderValue.getValueType(byte[] buffer, int offset, int len)
           
static ValueType UnicodeBuilderValue.getValueType(char[] buffer, int offset, int len)
           
 

Methods in com.caucho.quercus.env with parameters of type ValueType
protected  void ConstStringValue.setValueType(ValueType valueType)
           
 

Constructors in com.caucho.quercus.env with parameters of type ValueType
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)