Package | Description |
---|---|
com.caucho.quercus.env |
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
ValueType |
DoubleValue.getValueType()
Returns the ValueType.
|
ValueType |
LargeStringBuilderValue.getValueType()
Returns the ValueType.
|
ValueType |
BooleanValue.getValueType()
Returns the ValueType.
|
ValueType |
Var.getValueType()
Returns the ValueType.
|
ValueType |
Value.getValueType()
Returns the ValueType.
|
ValueType |
StringValue.getValueType()
Returns the ValueType.
|
ValueType |
JavaAdapterVar.getValueType()
Returns the ValueType.
|
ValueType |
NullValue.getValueType()
Returns the ValueType.
|
ValueType |
ConstStringValue.getValueType()
Returns the ValueType.
|
ValueType |
UnicodeBuilderValue.getValueType()
Returns the ValueType.
|
ValueType |
StringBuilderValue.getValueType()
Returns the ValueType.
|
ValueType |
ArrayValue.getValueType()
Returns the ValueType.
|
ValueType |
LongValue.getValueType()
Returns the ValueType.
|
static ValueType |
StringBuilderValue.getValueType(byte[] buffer,
int offset,
int len) |
static ValueType |
UnicodeBuilderValue.getValueType(char[] buffer,
int offset,
int len) |
Modifier and Type | Method and Description |
---|---|
protected void |
ConstStringValue.setValueType(ValueType valueType) |
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) |