Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Class and Description |
---|---|
private static class |
FunctionRewriter.GetterReducer
Reduces property getter method declarations with calls to a
getter method factory.
|
private static class |
FunctionRewriter.IdentityReducer
Reduces property getter method declarations with calls to a
getter method factory.
|
private static class |
FunctionRewriter.ReturnConstantReducer
Reduces return immutable constant literal methods declarations
with calls to a constant return method factory.
|