Uses of Class
com.caucho.quercus.function.CompiledFunctionRef

Packages that use CompiledFunctionRef
com.caucho.quercus.function   
 

Uses of CompiledFunctionRef in com.caucho.quercus.function
 

Subclasses of CompiledFunctionRef in com.caucho.quercus.function
 class CompiledFunctionRef_0
          Represents a compiled function with 0 args
 class CompiledFunctionRef_1
          Represents a compiled function with 1 arg
 class CompiledFunctionRef_2
          Represents a compiled function with 2 args
 class CompiledFunctionRef_3
          Represents a compiled function with 3 args
 class CompiledFunctionRef_4
          Represents a compiled function with 4 args
 class CompiledFunctionRef_5
          Represents a compiled function with 5 args
 class CompiledFunctionRef_N
          Represents a compiled function with N args