| Package | Description |
|---|---|
| com.caucho.java.gen |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterCallChain
Generates code for a method call.
|
class |
MethodCallChain
Generates the skeleton for a method call.
|
class |
SuperMethodCallChain
Generates the skeleton for a method call.
|
| Modifier and Type | Method and Description |
|---|---|
CallChain |
BaseMethod.getCall()
Returns the call.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseMethod.setCall(CallChain call)
Sets the call.
|
| Constructor and Description |
|---|
BaseMethod(java.lang.reflect.Method method,
CallChain call)
Creates the base method
|
BaseMethod(java.lang.String methodName,
CallChain call)
Creates the base method
|
FilterCallChain(CallChain next) |