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.CacheClosureCodingConvention. describeCachingCall(Node node)CodingConvention.CacheCodingConvention. describeCachingCall(Node node)Builds aCodingConvention.Cacheinstance from the given call node and returns that instance, or null if theNodedoes not resemble a cache utility call.CodingConvention.CacheCodingConventions.Proxy. describeCachingCall(Node node)
-