Package | Description |
---|---|
com.google.gwt.dev.jjs.impl |
Modifier and Type | Class and Description |
---|---|
class |
JsFunctionClusterer
Re-orders function declarations according to a given metric and clustering
algorithm in order to boost gzip/deflation compression efficiency.
|
class |
JsNoopTransformer
A TextTransformer that makes no modifications.
|
class |
JsTypeLinker
Transforms program JS source by performing a per-type link.
|
Constructor and Description |
---|
JsAbstractTextTransformer(JsAbstractTextTransformer xformer) |
JsFunctionClusterer(JsAbstractTextTransformer xformer) |
JsTypeLinker(TreeLogger logger,
JsAbstractTextTransformer textTransformer,
List<NamedRange> typeRanges,
NamedRange programTypeRange,
MinimalRebuildCache minimalRebuildCache,
JTypeOracle typeOracle) |
Copyright © 2018. All rights reserved.