|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface CallFrame.Factory
Constructs instances of CallFrame
.
Method Summary | |
---|---|
CallFrame |
newCallFrame(java.lang.reflect.Method _method,
java.lang.Object... _args)
Constructs a call, possibly the initial call in a chain of calls. |
Method Detail |
---|
CallFrame newCallFrame(java.lang.reflect.Method _method, java.lang.Object... _args)
_method
- is the method to be called._args
- is the list of arguments for the method's parameters.EngineBuilder.newCallFrame(Method, Object...)
,
FormulaCompiler.newCallFrame(Method, Object...)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |