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 TypeMethodDescriptionvoidCodingConvention.applyDelegateRelationship(NominalTypeBuilder delegateSuperclass, NominalTypeBuilder delegateBase, NominalTypeBuilder delegator, ObjectType delegateProxy, FunctionType findDelegate) In many JS libraries, the function that creates a delegate relationship also adds properties to the delegator and delegate base.voidCodingConventions.Proxy.applyDelegateRelationship(NominalTypeBuilder delegateSuperclass, NominalTypeBuilder delegateBase, NominalTypeBuilder delegator, ObjectType delegateProxy, FunctionType findDelegate) voidChromeCodingConvention.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) Method parameters in com.google.javascript.jscomp with type arguments of type NominalTypeBuilderModifier and TypeMethodDescriptionvoidCodingConvention.defineDelegateProxyPrototypeProperties(JSTypeRegistry registry, List<NominalTypeBuilder> delegateProxies, Map<String, String> delegateCallingConventions) Defines the delegate proxy prototype properties.voidCodingConventions.Proxy.defineDelegateProxyPrototypeProperties(JSTypeRegistry registry, List<NominalTypeBuilder> delegateProxies, Map<String, String> delegateCallingConventions) -
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.