Uses of Enum Class
com.google.javascript.jscomp.CodingConvention.SubclassType
Packages that use CodingConvention.SubclassType
-
Uses of CodingConvention.SubclassType in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CodingConvention.SubclassTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CodingConvention.SubclassType[]CodingConvention.SubclassType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.javascript.jscomp with parameters of type CodingConvention.SubclassTypeModifier and TypeMethodDescriptionvoidClosureCodingConvention.applySubclassRelationship(NominalTypeBuilder parent, NominalTypeBuilder child, CodingConvention.SubclassType type) Closure's goog.inherits adds asuperClass_property to the subclass, and aconstructorproperty.voidCodingConvention.applySubclassRelationship(NominalTypeBuilder parent, NominalTypeBuilder child, CodingConvention.SubclassType type) In many JS libraries, the function that produces inheritance also adds properties to the superclass and/or subclass.voidCodingConventions.Proxy.applySubclassRelationship(NominalTypeBuilder parent, NominalTypeBuilder child, CodingConvention.SubclassType type) Constructors in com.google.javascript.jscomp with parameters of type CodingConvention.SubclassTypeModifierConstructorDescriptionSubclassRelationship(CodingConvention.SubclassType type, Node subclassNode, Node superclassNode)