| Package | Description | 
|---|---|
| com.google.gwt.dev | |
| com.google.gwt.dev.jjs | |
| com.google.gwt.dev.jjs.impl | 
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | CompileOnePerm.CompileOnePermOptionsOptions for CompilePerm. | 
| static interface  | CompilePerms.CompilePermsOptionsOptions for CompilePerms. | 
| interface  | CompilerOptionsThe complete set of options for the GWT compiler. | 
| static interface  | DevMode.HostedModeOptionsHandles the -superDevMode command line flag. | 
| protected static interface  | DevModeBase.HostedModeBaseOptionsBase options for dev mode. | 
| static interface  | PrecompileOnePerm.PrecompileOnePermOptionsThe set of options for the precompiler. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CompilerOptionsImplConcrete class to implement compiler process, precompile task and compile task options. | 
| protected static class  | DevMode.HostedModeOptionsImplConcrete class to implement all hosted mode options. | 
| protected static class  | DevModeBase.HostedModeBaseOptionsImplConcrete class to implement all hosted mode base options. | 
| class  | PrecompileTaskOptionsImplConcrete 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 | 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,
         ConfigurationProperties config) | 
| Constructor and Description | 
|---|
| UnifiedAst(PrecompileTaskOptions options,
          UnifiedAst.AST initialAst,
          boolean singlePermutation,
          Set<String> rebindRequests) | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | JjsUtils. closureStyleLiteralsNeeded(PrecompileTaskOptions options) | 
| static void | EnumNameObfuscator. exec(JProgram jprogram,
    TreeLogger logger,
    ConfigurationProperties configurationProperties,
    PrecompileTaskOptions options) | 
Copyright © 2018. All rights reserved.