Package com.googlecode.aviator.script
Class AviatorScriptEngine.DynamicFunctionInvocationHandler
- java.lang.Object
-
- com.googlecode.aviator.script.AviatorScriptEngine.DynamicFunctionInvocationHandler
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler
- Enclosing class:
- AviatorScriptEngine
private class AviatorScriptEngine.DynamicFunctionInvocationHandler extends java.lang.Object implements java.lang.reflect.InvocationHandler
-
-
Constructor Summary
Constructors Modifier Constructor Description private
DynamicFunctionInvocationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
-