Package | Description |
---|---|
com.caucho.quercus.expr |
Modifier and Type | Method and Description |
---|---|
static ExprType |
ExprType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExprType[] |
ExprType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ExprType |
ExprType.withBoolean() |
ExprType |
ExprType.withDouble() |
ExprType |
ExprType.withLong() |
ExprType |
ExprType.withString() |
ExprType |
ExprType.withType(ExprType type) |
Modifier and Type | Method and Description |
---|---|
ExprType |
ExprType.withType(ExprType type) |