| Package | Description |
|---|---|
| com.caucho.quercus.env | |
| com.caucho.quercus.module |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaConstructor
Represents the introspected static function information.
|
class |
JavaInvoker
Represents the introspected static function information.
|
class |
JavaMethod
Represents a function created from a java method.
|
class |
JavaOverloadMethod
Represents the introspected static function information.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractJavaMethod |
FunctionMap.getFunction(java.lang.String name) |
AbstractJavaMethod |
JavaOverloadMethod.overload(AbstractJavaMethod fun)
Returns an overloaded java method.
|
AbstractJavaMethod |
AbstractJavaMethod.overload(AbstractJavaMethod fun)
Returns an overloaded java method.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.util.Map.Entry<java.lang.String,AbstractJavaMethod>> |
FunctionMap.entrySet() |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionMap.addFunction(java.lang.String name,
AbstractJavaMethod fun) |
AbstractJavaMethod |
JavaOverloadMethod.overload(AbstractJavaMethod fun)
Returns an overloaded java method.
|
AbstractJavaMethod |
AbstractJavaMethod.overload(AbstractJavaMethod fun)
Returns an overloaded java method.
|
| Constructor and Description |
|---|
JavaOverloadMethod(AbstractJavaMethod fun) |
| Modifier and Type | Class and Description |
|---|---|
class |
StaticFunction
Represents the introspected static function information.
|