Uses of Class
com.caucho.quercus.env.Env.OVERLOADING_TYPES

Packages that use Env.OVERLOADING_TYPES
com.caucho.quercus.env   
 

Uses of Env.OVERLOADING_TYPES in com.caucho.quercus.env
 

Methods in com.caucho.quercus.env that return Env.OVERLOADING_TYPES
static Env.OVERLOADING_TYPES Env.OVERLOADING_TYPES.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Env.OVERLOADING_TYPES[] Env.OVERLOADING_TYPES.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.caucho.quercus.env with parameters of type Env.OVERLOADING_TYPES
 void Env.popFieldGet(Env.OVERLOADING_TYPES type)
           
 boolean Env.pushFieldGet(Env.OVERLOADING_TYPES type, java.lang.String className, StringValue fieldName)