Package | Description |
---|---|
com.caucho.quercus.env | |
com.caucho.quercus.module | |
com.caucho.quercus.program |
Modifier and Type | Class and Description |
---|---|
class |
JavaConstructor
Represents the introspected static function information.
|
class |
JavaMethod
Represents a function created from a java method.
|
Modifier and Type | Class and Description |
---|---|
class |
StaticFunction
Represents the introspected static function information.
|
Modifier and Type | Method and Description |
---|---|
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.
|