Class RhinoInvocationHandler
- java.lang.Object
-
- org.htmlunit.corejs.javascript.engine.RhinoInvocationHandler
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler
public class RhinoInvocationHandler extends java.lang.Object implements java.lang.reflect.InvocationHandler
-
-
Field Summary
Fields Modifier and Type Field Description private RhinoScriptEngine
engine
private java.lang.Object
thiz
-
Constructor Summary
Constructors Constructor Description RhinoInvocationHandler(RhinoScriptEngine engine, java.lang.Object thiz)
-
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)
-
-
-
Field Detail
-
thiz
private final java.lang.Object thiz
-
engine
private final RhinoScriptEngine engine
-
-
Constructor Detail
-
RhinoInvocationHandler
RhinoInvocationHandler(RhinoScriptEngine engine, java.lang.Object thiz)
-
-