Package | Description |
---|---|
com.google.gwt.dev.js |
Modifier and Type | Class and Description |
---|---|
class |
JsObfuscateNamer
A namer that uses short, unrecognizable idents to minimize generated code
size.
|
Modifier and Type | Method and Description |
---|---|
static FreshNameGenerator |
JsObfuscateNamer.exec(JsProgram program) |
static FreshNameGenerator |
JsObfuscateNamer.exec(JsProgram program,
ConfigProps config) |
Modifier and Type | Method and Description |
---|---|
static boolean |
JsDuplicateFunctionRemover.exec(JsProgram program,
FreshNameGenerator nameGenerator)
Entry point for the removeDuplicateFunctions optimization.
|
Constructor and Description |
---|
JsDuplicateFunctionRemover(JsProgram program,
FreshNameGenerator freshNameGenerator) |
Copyright © 2018. All rights reserved.