Uses of Class
com.google.javascript.rhino.NominalTypeBuilder
-
Packages that use NominalTypeBuilder Package Description com.google.javascript.jscomp com.google.javascript.rhino -
-
Uses of NominalTypeBuilder in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp with parameters of type NominalTypeBuilder Modifier and Type Method Description voidCodingConvention. 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 NominalTypeBuilder Modifier and Type Method Description voidCodingConvention. defineDelegateProxyPrototypeProperties(JSTypeRegistry registry, java.util.List<NominalTypeBuilder> delegateProxies, java.util.Map<java.lang.String,java.lang.String> delegateCallingConventions)Defines the delegate proxy prototype properties.voidCodingConventions.Proxy. defineDelegateProxyPrototypeProperties(JSTypeRegistry registry, java.util.List<NominalTypeBuilder> delegateProxies, java.util.Map<java.lang.String,java.lang.String> delegateCallingConventions) -
Uses of NominalTypeBuilder in com.google.javascript.rhino
Methods in com.google.javascript.rhino that return NominalTypeBuilder Modifier and Type Method Description @Nullable NominalTypeBuilderNominalTypeBuilder. superClass()Returns a NominalTypeBuilder for this type's superclass.
-