Uses of Class
com.google.javascript.jscomp.CodingConvention.SubclassRelationship
Packages that use CodingConvention.SubclassRelationship
-
Uses of CodingConvention.SubclassRelationship in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CodingConvention.SubclassRelationshipModifier and TypeMethodDescription@Nullable CodingConvention.SubclassRelationship
ClosureCodingConvention.getClassesDefinedByCall
(Node callNode) Checks if the given method defines a subclass relationship, and if it does, returns information on that relationship.CodingConvention.getClassesDefinedByCall
(Node callNode) Checks if the given method defines a subclass relationship, and if it does, returns information on that relationship.CodingConventions.Proxy.getClassesDefinedByCall
(Node callNode)