Uses of Class
com.caucho.quercus.env.JavaInvoker

Packages that use JavaInvoker
com.caucho.quercus.env   
com.caucho.quercus.module   
com.caucho.quercus.program   
 

Uses of JavaInvoker in com.caucho.quercus.env
 

Subclasses of JavaInvoker in com.caucho.quercus.env
 class JavaConstructor
          Represents the introspected static function information.
 class JavaMethod
          Represents a function created from a java method.
 

Uses of JavaInvoker in com.caucho.quercus.module
 

Subclasses of JavaInvoker in com.caucho.quercus.module
 class StaticFunction
          Represents the introspected static function information.
 

Uses of JavaInvoker in com.caucho.quercus.program
 

Methods in com.caucho.quercus.program with parameters of type JavaInvoker
 void FunctionArrayDelegate.setArrayCount(JavaInvoker arrayCount)
          Sets the custom function for the array set.
 void FunctionArrayDelegate.setArrayGet(JavaInvoker arrayGet)
          Sets the custom function for the array get.
 void FunctionArrayDelegate.setArrayPut(JavaInvoker arrayPut)
          Sets the custom function for the array set.
 void FunctionCountDelegate.setCount(JavaInvoker count)
          Sets the custom function for the array get.