| Package | Description | 
|---|---|
| com.google.gwt.dev | |
| com.google.gwt.dev.codeserver | |
| com.google.gwt.dev.jjs | |
| com.google.gwt.dev.jjs.ast | |
| com.google.gwt.dev.util.arg | 
| Class and Description | 
|---|
| OptionAggressivelyOptimize Deprecated.  | 
| OptionAllowJDTConstantInlining Whether constant inlining is done at the AST construction time or not. | 
| OptionCheckedMode An option controlling whether to add runtime checks for programmer errors,
 to emulate the runtime checking that Java would do. | 
| OptionClusterSimilarFunctions Option to determine whether the compiler should cluster functions together in the output file
 whose source code is very similar, to increase the efficiency of compression. | 
| OptionCompilerMetricsEnabled Option for enabling Compiler Metrics. | 
| OptionDeployDir Option to set the base directory for artifacts of visibility "Deploy". | 
| OptionDisableCastChecking Encapsulates a compiler option to disable  Class.getName(). | 
| OptionDisableClassMetadata Encapsulates a compiler option to disable runtime cast checking. | 
| OptionDisableUpdateCheck Option to set the compiler working directory. | 
| OptionEnableAssertions Option to determine whether the compiler should generate code to check
 assertions. | 
| OptionEnableClosureCompiler Encapsulates a compiler option to enable Closure Compiler optimizations. | 
| OptionEnableGeneratingOnShards Enables running generators on compile shards rather than during the
 Precompile stage. | 
| OptionExtraDir Option to set the output directory for extra artifacts. | 
| OptionFinalProperties Option providing a set of properties representing the final property state that will be reached
 at the root of a library compile tree. | 
| OptionFragmentCount Option to try keeping the number of fragments below certain number. | 
| OptionFragmentsMerge Enable the new code splitter that auto-partitions. | 
| OptionGenDir Option to set the generated resource directory. | 
| OptionIncrementalCompile Whether recompiles should process only changed files and construct JS output by
 linking old and new JS on a per class basis. | 
| OptionInlineLiteralParameters Option to determine whether the compiler should replace function parameters that are only ever
 passed the same literal value, with that same literal value. | 
| OptionJsInteropMode An option that can indicates the Javascript interop mode. | 
| OptionJsInteropMode.Mode Specifies which level of JsInterop support is enabled in the compiler,
 NONE, JS, and CLOSURE. | 
| OptionJsonSoycEnabled Option to request the SOYC Compile Report output in the new json format. | 
| OptionLibraryPaths Option providing the paths to the input libraries. | 
| OptionLink Whether the separate compiler should link compiled output and supplied precompiled libraries into
 a usable result. Normally the separate compiler does not link and instead outputs just a precompiled library. | 
| OptionLocalWorkers Controls the number of local PermutationWorkers to be used. | 
| OptionLogLevel Option to set the tree logger log level. | 
| OptionMaxPermsPerPrecompile Option to choose the maximum number of permutations to compile at once. | 
| OptionMethodNameDisplayMode Option to set the what is mapping mode for function names in chrome dev tools. | 
| OptionMethodNameDisplayMode.Mode Specifies which level of displayNames the GWT compiler outputs for chrome dev tools. | 
| OptionMissingDepsFile Option to set the missing dependencies file. | 
| OptionModuleName Option to set the module name. | 
| OptionModulePathPrefix Option to set the module path prefix. | 
| OptionNamespace An option that controls how the GWT compiler splits up JavaScript globals
 into namespaces. | 
| OptionOptimize An option that can indicates to restrict optimization in favor of a
 faster compile time. | 
| OptionOptimizeDataflow Option to determine whether the compiler should optimize dataflow. | 
| OptionOptimizePrecompile Option to early optimize the unified AST during a precompile. | 
| OptionOrdinalizeEnums Option to determine whether the compiler should rewrite enums as ints to save space. | 
| OptionOutDir Option to set the output directory. | 
| OptionOutputLibraryPath Option providing the path for the output library. | 
| OptionPerm Handles options for which permutation to compile. | 
| OptionRemoveDuplicateFunctions Option to determine whether the compiler should remove duplicate functions. | 
| OptionRunAsyncEnabled An option to control whether or not runAsync code-splitting will be employed
 by the compilation. | 
| OptionSaveSource This option specifies whether the GWT compiler should save Java source code for a debugger
 to read when debugging a GWT application. | 
| OptionSaveSourceOutput This option specifies where the GWT compiler should write source code for a debugger
 to read when debugging a GWT application. | 
| OptionScriptStyle Option for setting the compiler output style. | 
| OptionSourceLevel An option that can indicates the Java source level compatibility. | 
| OptionSourceMapFilePrefix Specifies a prefix that a debugger should add to the beginning of each
 filename in a sourcemap to determine the file's full URL. | 
| OptionSoycDetailed Option to request extra Compile Report (SOYC) output at the expense of more compile time. | 
| OptionSoycEnabled Option for enabling Story Of Your Compile data-collection. | 
| OptionSoycHtmlDisabled Option for disabling SOYC HTML report generation | 
| OptionStrict Option for enforcing strict compiles. | 
| OptionStrictPublicResources Whether to be strict about public resource loading by implicitly adding "public" as a public
 folder for every module. | 
| OptionStrictSourceResources Whether to be strict about source resource loading by implicitly adding "client" as a source
 folder for every module. | 
| OptionUseDetailedTypeIds Whether type ids in the compilation output should be detailed or not. | 
| OptionValidateOnly Option to set whether the compiler should validate and then quit. | 
| OptionWarDir Option to set the output directory. | 
| OptionWarnMissingDeps Option to report warnings when modules are missing dependencies necessary to satisfy type
 references in their provided source. | 
| OptionWarnOverlappingSource Option to turn on warnings for when more than one module includes the same source files. | 
| OptionWorkDir Option to set the compiler working directory. | 
| SourceLevel Java source level compatibility constants. | 
| Class and Description | 
|---|
| OptionMethodNameDisplayMode.Mode Specifies which level of displayNames the GWT compiler outputs for chrome dev tools. | 
| Class and Description | 
|---|
| OptionAggressivelyOptimize Deprecated.  | 
| OptionAllowJDTConstantInlining Whether constant inlining is done at the AST construction time or not. | 
| OptionCheckedMode An option controlling whether to add runtime checks for programmer errors,
 to emulate the runtime checking that Java would do. | 
| OptionClusterSimilarFunctions Option to determine whether the compiler should cluster functions together in the output file
 whose source code is very similar, to increase the efficiency of compression. | 
| OptionCompilerMetricsEnabled Option for enabling Compiler Metrics. | 
| OptionDisableCastChecking Encapsulates a compiler option to disable  Class.getName(). | 
| OptionDisableClassMetadata Encapsulates a compiler option to disable runtime cast checking. | 
| OptionEnableAssertions Option to determine whether the compiler should generate code to check
 assertions. | 
| OptionEnableClosureCompiler Encapsulates a compiler option to enable Closure Compiler optimizations. | 
| OptionFragmentCount Option to try keeping the number of fragments below certain number. | 
| OptionFragmentsMerge Enable the new code splitter that auto-partitions. | 
| OptionIncrementalCompile Whether recompiles should process only changed files and construct JS output by
 linking old and new JS on a per class basis. | 
| OptionInlineLiteralParameters Option to determine whether the compiler should replace function parameters that are only ever
 passed the same literal value, with that same literal value. | 
| OptionJsInteropMode An option that can indicates the Javascript interop mode. | 
| OptionJsInteropMode.Mode Specifies which level of JsInterop support is enabled in the compiler,
 NONE, JS, and CLOSURE. | 
| OptionJsonSoycEnabled Option to request the SOYC Compile Report output in the new json format. | 
| OptionMethodNameDisplayMode Option to set the what is mapping mode for function names in chrome dev tools. | 
| OptionMethodNameDisplayMode.Mode Specifies which level of displayNames the GWT compiler outputs for chrome dev tools. | 
| OptionNamespace An option that controls how the GWT compiler splits up JavaScript globals
 into namespaces. | 
| OptionOptimize An option that can indicates to restrict optimization in favor of a
 faster compile time. | 
| OptionOptimizeDataflow Option to determine whether the compiler should optimize dataflow. | 
| OptionOptimizePrecompile Option to early optimize the unified AST during a precompile. | 
| OptionOrdinalizeEnums Option to determine whether the compiler should rewrite enums as ints to save space. | 
| OptionRemoveDuplicateFunctions Option to determine whether the compiler should remove duplicate functions. | 
| OptionRunAsyncEnabled An option to control whether or not runAsync code-splitting will be employed
 by the compilation. | 
| OptionScriptStyle Option for setting the compiler output style. | 
| OptionSourceLevel An option that can indicates the Java source level compatibility. | 
| OptionSoycDetailed Option to request extra Compile Report (SOYC) output at the expense of more compile time. | 
| OptionSoycEnabled Option for enabling Story Of Your Compile data-collection. | 
| OptionSoycHtmlDisabled Option for disabling SOYC HTML report generation | 
| OptionStrict Option for enforcing strict compiles. | 
| OptionStrictPublicResources Whether to be strict about public resource loading by implicitly adding "public" as a public
 folder for every module. | 
| OptionStrictSourceResources Whether to be strict about source resource loading by implicitly adding "client" as a source
 folder for every module. | 
| OptionUseDetailedTypeIds Whether type ids in the compilation output should be detailed or not. | 
| SourceLevel Java source level compatibility constants. | 
| Class and Description | 
|---|
| OptionJsInteropMode.Mode Specifies which level of JsInterop support is enabled in the compiler,
 NONE, JS, and CLOSURE. | 
| Class and Description | 
|---|
| ArgHandlerWorkDirOptional Argument handler for processing an optional working directory. | 
| OptionClusterSimilarFunctions Option to determine whether the compiler should cluster functions together in the output file
 whose source code is very similar, to increase the efficiency of compression. | 
| OptionCompilerMetricsEnabled Option for enabling Compiler Metrics. | 
| OptionDeployDir Option to set the base directory for artifacts of visibility "Deploy". | 
| OptionDisableCastChecking Encapsulates a compiler option to disable  Class.getName(). | 
| OptionDisableClassMetadata Encapsulates a compiler option to disable runtime cast checking. | 
| OptionDisableUpdateCheck Option to set the compiler working directory. | 
| OptionEnableAssertions Option to determine whether the compiler should generate code to check
 assertions. | 
| OptionEnableClosureCompiler Encapsulates a compiler option to enable Closure Compiler optimizations. | 
| OptionEnableGeneratingOnShards Enables running generators on compile shards rather than during the
 Precompile stage. | 
| OptionExtraDir Option to set the output directory for extra artifacts. | 
| OptionFragmentCount Option to try keeping the number of fragments below certain number. | 
| OptionFragmentsMerge Enable the new code splitter that auto-partitions. | 
| OptionGenDir Option to set the generated resource directory. | 
| OptionIncrementalCompile Whether recompiles should process only changed files and construct JS output by
 linking old and new JS on a per class basis. | 
| OptionInlineLiteralParameters Option to determine whether the compiler should replace function parameters that are only ever
 passed the same literal value, with that same literal value. | 
| OptionJsInteropMode An option that can indicates the Javascript interop mode. | 
| OptionJsInteropMode.Mode Specifies which level of JsInterop support is enabled in the compiler,
 NONE, JS, and CLOSURE. | 
| OptionJsonSoycEnabled Option to request the SOYC Compile Report output in the new json format. | 
| OptionLibraryPaths Option providing the paths to the input libraries. | 
| OptionLink Whether the separate compiler should link compiled output and supplied precompiled libraries into
 a usable result. Normally the separate compiler does not link and instead outputs just a precompiled library. | 
| OptionLocalWorkers Controls the number of local PermutationWorkers to be used. | 
| OptionLogLevel Option to set the tree logger log level. | 
| OptionMaxPermsPerPrecompile Option to choose the maximum number of permutations to compile at once. | 
| OptionMethodNameDisplayMode Option to set the what is mapping mode for function names in chrome dev tools. | 
| OptionMethodNameDisplayMode.Mode Specifies which level of displayNames the GWT compiler outputs for chrome dev tools. | 
| OptionMissingDepsFile Option to set the missing dependencies file. | 
| OptionModuleName Option to set the module name. | 
| OptionModulePathPrefix Option to set the module path prefix. | 
| OptionNamespace An option that controls how the GWT compiler splits up JavaScript globals
 into namespaces. | 
| OptionOptimize An option that can indicates to restrict optimization in favor of a
 faster compile time. | 
| OptionOptimizeDataflow Option to determine whether the compiler should optimize dataflow. | 
| OptionOrdinalizeEnums Option to determine whether the compiler should rewrite enums as ints to save space. | 
| OptionOutDir Option to set the output directory. | 
| OptionOutputLibraryPath Option providing the path for the output library. | 
| OptionPerm Handles options for which permutation to compile. | 
| OptionRemoveDuplicateFunctions Option to determine whether the compiler should remove duplicate functions. | 
| OptionRunAsyncEnabled An option to control whether or not runAsync code-splitting will be employed
 by the compilation. | 
| OptionSaveSource This option specifies whether the GWT compiler should save Java source code for a debugger
 to read when debugging a GWT application. | 
| OptionSaveSourceOutput This option specifies where the GWT compiler should write source code for a debugger
 to read when debugging a GWT application. | 
| OptionScriptStyle Option for setting the compiler output style. | 
| OptionSourceLevel An option that can indicates the Java source level compatibility. | 
| OptionSoycEnabled Option for enabling Story Of Your Compile data-collection. | 
| OptionStrict Option for enforcing strict compiles. | 
| OptionValidateOnly Option to set whether the compiler should validate and then quit. | 
| OptionWarDir Option to set the output directory. | 
| OptionWarnOverlappingSource Option to turn on warnings for when more than one module includes the same source files. | 
| OptionWorkDir Option to set the compiler working directory. | 
| SourceLevel Java source level compatibility constants. | 
Copyright © 2018. All rights reserved.