Uses of Class
com.google.javascript.jscomp.CodingConvention.Cache
-
Packages that use CodingConvention.Cache Package Description com.google.javascript.jscomp -
-
Uses of CodingConvention.Cache in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CodingConvention.Cache Modifier and Type Method Description @Nullable CodingConvention.Cache
ClosureCodingConvention. describeCachingCall(Node node)
CodingConvention.Cache
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.CodingConvention.Cache
CodingConventions.Proxy. describeCachingCall(Node node)
-