private static interface ControlFlowOps.ArgumentResolver
ControlFlowOps.invoke API.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
resolve(ControlFlowOps.InternalEntryCaller caller,
java.lang.String pname,
boolean function)
Resolve the arguments.
|
java.lang.Object[] resolve(ControlFlowOps.InternalEntryCaller caller, java.lang.String pname, boolean function)
caller - The resolved caller, to which the arguments will be passed.pname - The caller's legacy name.function - Flag indicating if this is a 4GL function call (when true).