Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
CodingConvention.Cache |
ClosureCodingConvention.describeCachingCall(Node node) |
CodingConvention.Cache |
CodingConventions.Proxy.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. |
Copyright © 2009-2016 Google. All Rights Reserved.