Uses of Class
com.caucho.quercus.lib.reflection.ReflectionClass

Packages that use ReflectionClass
com.caucho.quercus.lib.reflection   
 

Uses of ReflectionClass in com.caucho.quercus.lib.reflection
 

Subclasses of ReflectionClass in com.caucho.quercus.lib.reflection
 class ReflectionObject
           
 

Methods in com.caucho.quercus.lib.reflection that return ReflectionClass
static ReflectionClass ReflectionClass.__construct(Env env, Value obj)
           
 ReflectionClass ReflectionParameter.getClass(Env env)
           
 ReflectionClass ReflectionMethod.getDeclaringClass(Env env)
           
 ReflectionClass ReflectionParameter.getDeclaringClass(Env env)
           
 ReflectionClass ReflectionProperty.getDeclaringClass(Env env)
           
 ReflectionClass ReflectionClass.getParentClass()