Uses of Class
com.google.javascript.jscomp.colors.Color
Packages that use Color
Package
Description
-
Uses of Color in com.google.javascript.jscomp.colors
Fields in com.google.javascript.jscomp.colors declared as ColorModifier and TypeFieldDescriptionstatic final ColorStandardColors.BIGINTstatic final ColorStandardColors.BOOLEANstatic final ColorStandardColors.NULL_OR_VOIDstatic final ColorStandardColors.NUMBERstatic final ColorStandardColors.STRINGstatic final ColorStandardColors.SYMBOLstatic final ColorStandardColors.TOP_OBJECTThe supertype of all objects but not primitives.static final ColorStandardColors.UNKNOWNAnalagous to Closure '*'/'?' and TS unknown/anyFields in com.google.javascript.jscomp.colors with type parameters of type ColorModifier and TypeFieldDescriptionStandardColors.AXIOMATIC_COLORSThe set of Colors whose definitions are independent of all JS code.StandardColors.PRIMITIVE_COLORSThe set of Colors that have associated runtime values but are not objects.Methods in com.google.javascript.jscomp.colors that return ColorModifier and TypeMethodDescriptionfinal ColorColor.Builder.build()static ColorColor.createUnion(Set<Color> elements) final ColorColor.subtractNullOrVoid()Methods in com.google.javascript.jscomp.colors that return types with arguments of type ColorModifier and TypeMethodDescriptionfinal com.google.common.collect.ImmutableSet<Color> ColorRegistry.getDisambiguationSupertypes(Color x) The colors directly above `x` in the subtyping graph for the purposes of property (dis)ambiguation.abstract com.google.common.collect.ImmutableSet<Color> Color.getInstanceColors()abstract com.google.common.collect.ImmutableSet<Color> Color.getPrototypes()Given `function Foo() {}` or `class Foo {}`, color of Foo.prototype.abstract com.google.common.collect.ImmutableSet<Color> Color.getUnionElements()Methods in com.google.javascript.jscomp.colors with parameters of type ColorModifier and TypeMethodDescriptionColorRegistry.Builder.addDisambiguationEdge(Color subtype, Color supertype) final com.google.common.collect.ImmutableSet<Color> ColorRegistry.getDisambiguationSupertypes(Color x) The colors directly above `x` in the subtyping graph for the purposes of property (dis)ambiguation.Color.Builder.setInstanceColor(Color x) ColorRegistry.Builder.setNativeColor(Color x) Color.Builder.setPrototype(Color x) Method parameters in com.google.javascript.jscomp.colors with type arguments of type ColorModifier and TypeMethodDescriptionstatic ColorColor.createUnion(Set<Color> elements) abstract Color.BuilderColor.Builder.setInstanceColors(com.google.common.collect.ImmutableSet<Color> x) abstract Color.BuilderColor.Builder.setPrototypes(com.google.common.collect.ImmutableSet<Color> x) -
Uses of Color in com.google.javascript.jscomp.serialization
Methods in com.google.javascript.jscomp.serialization that return Color -
Uses of Color in com.google.javascript.rhino
Methods in com.google.javascript.rhino that return ColorModifier and TypeMethodDescriptionfinal @Nullable ColorNode.getColor()Returns the compiled inferred type on this node.Methods in com.google.javascript.rhino with parameters of type Color