Uses of Class
com.google.javascript.rhino.NominalTypeBuilder
Packages that use NominalTypeBuilder
-
Uses of NominalTypeBuilder in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp with parameters of type NominalTypeBuilderModifier and TypeMethodDescriptionvoidChromeCodingConvention.applySingletonGetter(NominalTypeBuilder classType, FunctionType getterType) voidClosureCodingConvention.applySingletonGetter(NominalTypeBuilder classType, FunctionType getterType) voidCodingConvention.applySingletonGetter(NominalTypeBuilder classType, FunctionType getterType) In many JS libraries, the function that adds a singleton getter to a class adds properties to the class.voidCodingConventions.Proxy.applySingletonGetter(NominalTypeBuilder classType, FunctionType getterType) 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) -
Uses of NominalTypeBuilder in com.google.javascript.rhino
Methods in com.google.javascript.rhino that return NominalTypeBuilderModifier and TypeMethodDescription@Nullable NominalTypeBuilderNominalTypeBuilder.superClass()Returns a NominalTypeBuilder for this type's superclass.