|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractJavaMethod | |
---|---|
com.caucho.quercus.env | |
com.caucho.quercus.module |
Uses of AbstractJavaMethod in com.caucho.quercus.env |
---|
Subclasses of AbstractJavaMethod in com.caucho.quercus.env | |
---|---|
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. |
Methods in com.caucho.quercus.env that return AbstractJavaMethod | |
---|---|
AbstractJavaMethod |
FunctionMap.getFunction(java.lang.String name)
|
AbstractJavaMethod |
AbstractJavaMethod.overload(AbstractJavaMethod fun)
Returns an overloaded java method. |
AbstractJavaMethod |
JavaOverloadMethod.overload(AbstractJavaMethod fun)
Returns an overloaded java method. |
Methods in com.caucho.quercus.env that return types with arguments of type AbstractJavaMethod | |
---|---|
java.util.Set<java.util.Map.Entry<java.lang.String,AbstractJavaMethod>> |
FunctionMap.entrySet()
|
Methods in com.caucho.quercus.env with parameters of type AbstractJavaMethod | |
---|---|
void |
FunctionMap.addFunction(java.lang.String name,
AbstractJavaMethod fun)
|
AbstractJavaMethod |
AbstractJavaMethod.overload(AbstractJavaMethod fun)
Returns an overloaded java method. |
AbstractJavaMethod |
JavaOverloadMethod.overload(AbstractJavaMethod fun)
Returns an overloaded java method. |
Constructors in com.caucho.quercus.env with parameters of type AbstractJavaMethod | |
---|---|
JavaOverloadMethod(AbstractJavaMethod fun)
|
Uses of AbstractJavaMethod in com.caucho.quercus.module |
---|
Subclasses of AbstractJavaMethod in com.caucho.quercus.module | |
---|---|
class |
StaticFunction
Represents the introspected static function information. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |