Uses of Class
com.google.javascript.jscomp.CodingConvention.SubclassType
-
Packages that use CodingConvention.SubclassType Package Description com.google.javascript.jscomp -
-
Uses of CodingConvention.SubclassType in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CodingConvention.SubclassType Modifier and Type Method Description static CodingConvention.SubclassTypeCodingConvention.SubclassType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CodingConvention.SubclassType[]CodingConvention.SubclassType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.javascript.jscomp with parameters of type CodingConvention.SubclassType Modifier and Type Method Description voidClosureCodingConvention. 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.SubclassType Constructor Description SubclassRelationship(CodingConvention.SubclassType type, Node subclassNode, Node superclassNode)
-