Package | Description |
---|---|
com.google.gwt.dev | |
com.google.gwt.dev.jjs |
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.
|
static interface |
DevMode.HostedModeOptions
Handles the -superDevMode command line flag.
|
protected static interface |
DevModeBase.HostedModeBaseOptions
Base options for dev mode.
|
static interface |
PrecompileOnePerm.PrecompileOnePermOptions
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 |
---|---|
PrecompileTaskOptions |
CompilerContext.getOptions() |
static PrecompileTaskOptions |
AnalyzeModule.readAnalyzeModuleOptionsFile(TreeLogger logger,
File compilerWorkDir)
Loads the AnalyzeModule.OPTIONS_FILENAME data.
|
Modifier and Type | Method and Description |
---|---|
void |
PrecompileTaskOptionsImpl.copyFrom(PrecompileTaskOptions other) |
static void |
Link.link(TreeLogger logger,
ModuleDef module,
ResourceOracle publicResourceOracle,
ArtifactSet generatedArtifacts,
Permutation[] permutations,
List<PersistenceBackedObject<PermutationResult>> resultFiles,
Set<PermutationResult> libraries,
PrecompileTaskOptions precompileOptions,
Link.LinkOptions linkOptions) |
static void |
Link.linkOnePermutationToJar(TreeLogger logger,
ModuleDef module,
ResourceOracle publicResourceOracle,
ArtifactSet generatedArtifacts,
PermutationResult permResult,
File jarFile,
PrecompileTaskOptions precompileOptions)
This link operation is performed on a CompilePerms shard for one
permutation.
|
static List<PersistenceBackedObject<PermutationResult>> |
CompilePerms.makeResultFiles(File compilerWorkDir,
Permutation[] perms,
PrecompileTaskOptions options) |
CompilerContext.Builder |
CompilerContext.Builder.options(PrecompileTaskOptions options) |
Constructor and Description |
---|
Precompile(PrecompileTaskOptions options) |
PrecompileTaskOptionsImpl(PrecompileTaskOptions other) |
Modifier and Type | Field and Description |
---|---|
protected PrecompileTaskOptions |
JavaToJavaScriptCompiler.options |
Modifier and Type | Method and Description |
---|---|
PrecompileTaskOptions |
UnifiedAst.getOptions()
Returns the active set of JJS options associated with this compile.
|
Modifier and Type | Method and Description |
---|---|
static JProgram |
AstConstructor.construct(TreeLogger logger,
CompilationState state,
PrecompileTaskOptions options,
ConfigProps config)
Construct an simple AST representing an entire
CompilationState . |
Constructor and Description |
---|
UnifiedAst(PrecompileTaskOptions options,
UnifiedAst.AST initialAst,
boolean singlePermutation,
Set<String> rebindRequests) |
Copyright © 2018. All rights reserved.