Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
CodingConvention.Cache |
CodingConventions.Proxy.describeCachingCall(Node node) |
CodingConvention.Cache |
CodingConventions.DefaultCodingConvention.describeCachingCall(Node node) |
CodingConvention.Cache |
ClosureCodingConvention.describeCachingCall(Node node) |
CodingConvention.Cache |
CodingConvention.describeCachingCall(Node node)
Builds a
CodingConvention.Cache instance from the given call node and returns that instance, or null
if the Node does not resemble a cache utility call. |
Modifier and Type | Method and Description |
---|---|
private java.util.Collection<DefinitionsRemover.Definition> |
PureFunctionIdentifier.getGoogCacheCallableDefinitions(DefinitionProvider definitionProvider,
CodingConvention.Cache cacheCall) |