org.mozilla.javascript.jdk13

Class VMBridge_jdk13

public class VMBridge_jdk13 extends VMBridge

Method Summary
protected ContextgetContext(Object contextHelper)
protected ClassLoadergetCurrentThreadClassLoader()
protected ObjectgetInterfaceProxyHelper(ContextFactory cf, Class[] interfaces)
protected ObjectgetThreadContextHelper()
protected ObjectnewInterfaceProxy(Object proxyHelper, ContextFactory cf, InterfaceAdapter adapter, Object target, Scriptable topScope)
protected voidsetContext(Object contextHelper, Context cx)
protected booleantryToMakeAccessible(Object accessibleObject)

Method Detail

getContext

protected Context getContext(Object contextHelper)

getCurrentThreadClassLoader

protected ClassLoader getCurrentThreadClassLoader()

getInterfaceProxyHelper

protected Object getInterfaceProxyHelper(ContextFactory cf, Class[] interfaces)

getThreadContextHelper

protected Object getThreadContextHelper()

newInterfaceProxy

protected Object newInterfaceProxy(Object proxyHelper, ContextFactory cf, InterfaceAdapter adapter, Object target, Scriptable topScope)

setContext

protected void setContext(Object contextHelper, Context cx)

tryToMakeAccessible

protected boolean tryToMakeAccessible(Object accessibleObject)