Package | Description |
---|---|
com.google.gwt.dev.shell |
Modifier and Type | Class and Description |
---|---|
class |
CompilingClassLoader
An isolated
ClassLoader for running all user code. |
Modifier and Type | Method and Description |
---|---|
void |
ModuleSpaceOOPHM.createNativeMethods(TreeLogger logger,
List<JsniMethod> jsniMethods,
DispatchIdOracle dispatchIdOracle) |
void |
ShellJavaScriptHost.createNativeMethods(TreeLogger logger,
List<JsniMethod> jsniMethods,
DispatchIdOracle dispatchIdOracle)
Define one or more JSNI methods.
|
static String |
Jsni.getJavaScriptForHostedMode(DispatchIdOracle dispatchInfo,
JsniMethod jsniMethod)
Gets the body of a JSNI method, with Java refs escaped for hosted mode
injection.
|
Copyright © 2018. All rights reserved.