Uses of Class
com.google.javascript.jscomp.CodingConvention.Cache
Packages that use CodingConvention.Cache
-
Uses of CodingConvention.Cache in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CodingConvention.CacheModifier and TypeMethodDescription@Nullable CodingConvention.Cache
ClosureCodingConvention.describeCachingCall
(Node node) CodingConvention.describeCachingCall
(Node node) Builds aCodingConvention.Cache
instance from the given call node and returns that instance, or null if theNode
does not resemble a cache utility call.CodingConventions.Proxy.describeCachingCall
(Node node)