Package | Description |
---|---|
com.google.gwt.core.ext.linker.impl | |
com.google.gwt.dev | |
com.google.gwt.dev.jjs |
Constructor and Description |
---|
StandardLinkerContext(TreeLogger logger,
ModuleDef module,
JJSOptions jjsOptions) |
Modifier and Type | Interface and Description |
---|---|
static interface |
CompileOnePerm.CompileOnePermOptions
Options for CompilePerm.
|
static interface |
CompilePerms.CompilePermsOptions
Options for CompilePerms.
|
interface |
CompilerOptions
The complete set of options for the GWT compiler.
|
protected static interface |
DevMode.HostedModeOptions
Options controlling dev mode.
|
protected static interface |
DevModeBase.HostedModeBaseOptions
Base options for dev mode.
|
interface |
HostedModeOptions
The complete set of options for the GWT compiler.
|
static interface |
PrecompileOnePerm.PrecompileOnePermOptions
The set of options for the precompiler.
|
interface |
PrecompileTaskOptions
The set of options for the Precompiler.
|
Modifier and Type | Class and Description |
---|---|
class |
CompilerOptionsImpl
Concrete class to implement compiler process, precompile task and compile task options.
|
protected static class |
DevMode.HostedModeOptionsImpl
Concrete class to implement all hosted mode options.
|
protected static class |
DevModeBase.HostedModeBaseOptionsImpl
Concrete class to implement all hosted mode base options.
|
class |
PrecompileTaskOptionsImpl
Concrete class to implement both precompile and compile task options.
|
Modifier and Type | Method and Description |
---|---|
void |
PrecompileTaskOptionsImpl.copyFrom(JJSOptions other) |
static void |
Link.link(TreeLogger logger,
ModuleDef module,
ArtifactSet generatedArtifacts,
Permutation[] permutations,
List<FileBackedObject<PermutationResult>> resultFiles,
JJSOptions precompileOptions,
Link.LinkOptions linkOptions) |
Constructor and Description |
---|
PrecompileTaskOptionsImpl(JJSOptions other) |
Modifier and Type | Class and Description |
---|---|
class |
JJSOptionsImpl
Concrete class to implement all JJS options.
|
Modifier and Type | Method and Description |
---|---|
JJSOptions |
UnifiedAst.getOptions()
Returns the active set of JJS options associated with this compile.
|
Modifier and Type | Method and Description |
---|---|
void |
JJSOptionsImpl.copyFrom(JJSOptions other) |
protected static void |
JavaToJavaScriptCompiler.optimize(JJSOptions options,
JProgram jprogram) |
protected static void |
JavaToJavaScriptCompiler.optimizeJs(JJSOptions options,
JsProgram jsProgram,
Collection<JsNode> toInline) |
protected static OptimizerStats |
JavaToJavaScriptCompiler.optimizeLoop(String passName,
JProgram jprogram,
JJSOptions options) |
protected static OptimizerStats |
JavaToJavaScriptCompiler.optimizeLoop(String passName,
JProgram jprogram,
JJSOptions options,
int numNodes) |
Constructor and Description |
---|
JJSOptionsImpl(JJSOptions other) |
UnifiedAst(JJSOptions options,
UnifiedAst.AST initialAst,
boolean singlePermutation,
Set<String> rebindRequests) |
Copyright © 2018. All rights reserved.