Uses of Class
com.google.javascript.jscomp.CodingConvention.ObjectLiteralCast
Packages that use CodingConvention.ObjectLiteralCast
-
Uses of CodingConvention.ObjectLiteralCast in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CodingConvention.ObjectLiteralCastModifier and TypeMethodDescription@Nullable CodingConvention.ObjectLiteralCast
ClosureCodingConvention.getObjectLiteralCast
(Node callNode) CodingConvention.getObjectLiteralCast
(Node callNode) Checks if the given method performs a object literal cast, and if it does, returns information on the cast.CodingConventions.Proxy.getObjectLiteralCast
(Node callNode)