Package | Description |
---|---|
com.google.gwt.dev.cfg | |
com.google.gwt.dev.jjs | |
com.google.gwt.dev.jjs.impl.codesplitter | |
com.google.gwt.dev.js |
Modifier and Type | Field and Description |
---|---|
static ConfigProps |
ConfigProps.EMPTY |
Modifier and Type | Method and Description |
---|---|
ConfigProps |
PermProps.getConfigProps()
Returns the permutation-independent properties.
|
ConfigProps |
BindingProps.getConfigProps()
Returns the configuration properties for this compile.
|
Constructor and Description |
---|
BindingProps(BindingProperty[] orderedProps,
String[] orderedPropValues,
ConfigProps configProps)
Create a property oracle that will return the supplied values.
|
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 . |
protected abstract Map<JsName,JsLiteral> |
JavaToJavaScriptCompiler.PermutationCompiler.runDetailedNamer(ConfigProps config) |
Modifier and Type | Method and Description |
---|---|
static void |
CodeSplitters.pickInitialLoadSequence(TreeLogger logger,
JProgram program,
ConfigProps config)
Choose an initial load sequence of split points for the specified program.
|
Modifier and Type | Method and Description |
---|---|
static void |
JsPrettyNamer.exec(JsProgram program,
ConfigProps config) |
static FreshNameGenerator |
JsObfuscateNamer.exec(JsProgram program,
ConfigProps config) |
static void |
JsVerboseNamer.exec(JsProgram program,
ConfigProps config) |
static void |
JsBreakUpLargeVarStatements.exec(JsProgram program,
ConfigProps configMap) |
static void |
JsPersistentPrettyNamer.exec(JsProgram program,
ConfigProps config,
JsPersistentPrettyNamer.PersistentPrettyNamerState state) |
Constructor and Description |
---|
JsNamer(JsProgram program,
ConfigProps config) |
JsObfuscateNamer(JsProgram program,
ConfigProps config) |
JsPersistentPrettyNamer(JsProgram program,
ConfigProps config,
JsPersistentPrettyNamer.PersistentPrettyNamerState state) |
JsPrettyNamer(JsProgram program,
ConfigProps config) |
JsVerboseNamer(JsProgram program,
ConfigProps config) |
Copyright © 2018. All rights reserved.