Package | Description |
---|---|
com.google.javascript.jscomp.bundle |
Modifier and Type | Method and Description |
---|---|
Source |
Source.Builder.build() |
Source |
Source.Transformer.transform(Source input)
The main transformation method.
|
Source |
CachedTransformer.transform(Source input) |
Source |
CompilerBasedTransformer.transform(Source input) |
Modifier and Type | Method and Description |
---|---|
default java.util.function.Function<Source,Source> |
Source.Transformer.asFunction()
Converts this Transformer to a Function.
|
default java.util.function.Function<Source,Source> |
Source.Transformer.asFunction()
Converts this Transformer to a Function.
|
Modifier and Type | Method and Description |
---|---|
Source |
Source.Transformer.transform(Source input)
The main transformation method.
|
Source |
CachedTransformer.transform(Source input) |
Source |
CompilerBasedTransformer.transform(Source input) |
Modifier and Type | Method and Description |
---|---|
static Source.Transformer |
Source.Transformer.of(java.util.function.Function<Source,Source> function) |
static Source.Transformer |
Source.Transformer.of(java.util.function.Function<Source,Source> function) |
Constructor and Description |
---|
CachedTransformer(Source.Transformer delegate,
com.google.common.cache.CacheBuilder<? super Source,? super Source> builder) |
CachedTransformer(Source.Transformer delegate,
com.google.common.cache.CacheBuilder<? super Source,? super Source> builder) |
Copyright © 2009-2017 Google. All Rights Reserved.