Package | Description |
---|---|
com.google.gwt.dev | |
com.google.gwt.dev.jjs | |
com.google.gwt.dev.jjs.impl | |
com.google.gwt.dev.js | |
com.google.gwt.dev.util.arg |
Modifier and Type | Method and Description |
---|---|
JsOutputOption |
PrecompileTaskOptionsImpl.getOutput() |
Modifier and Type | Method and Description |
---|---|
void |
PrecompileTaskOptionsImpl.setOutput(JsOutputOption output) |
Modifier and Type | Method and Description |
---|---|
JsOutputOption |
JJSOptionsImpl.getOutput() |
static JsOutputOption |
JsOutputOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsOutputOption[] |
JsOutputOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JJSOptionsImpl.setOutput(JsOutputOption output) |
Modifier and Type | Method and Description |
---|---|
static Pair<JavaToJavaScriptMap,Set<JsNode>> |
GenerateJavaScriptAST.exec(JProgram program,
JsProgram jsProgram,
JsOutputOption outputOption,
Map<StandardSymbolData,JsName> symbolTable,
PropertyOracle[] propertyOracles)
This is the main entry point for the translation from Java to JavaScript.
|
Modifier and Type | Method and Description |
---|---|
void |
ClosureJsRunner.compile(JProgram jprogram,
JsProgram program,
String[] js,
JsOutputOption jsOutputOption) |
Modifier and Type | Method and Description |
---|---|
JsOutputOption |
OptionScriptStyle.getOutput()
Returns the compiler output style.
|
Modifier and Type | Method and Description |
---|---|
void |
OptionScriptStyle.setOutput(JsOutputOption obfuscated)
Sets the compiler output style.
|
Copyright © 2018. All rights reserved.