Uses of Class
com.caucho.quercus.expr.ExprType

Packages that use ExprType
com.caucho.quercus.expr   
 

Uses of ExprType in com.caucho.quercus.expr
 

Methods in com.caucho.quercus.expr that return ExprType
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)
           
 

Methods in com.caucho.quercus.expr with parameters of type ExprType
 ExprType ExprType.withType(ExprType type)