Uses of Class
com.google.javascript.jscomp.colors.Color
-
Packages that use Color Package Description com.google.javascript.jscomp.colors com.google.javascript.jscomp.serialization com.google.javascript.rhino -
-
Uses of Color in com.google.javascript.jscomp.colors
Fields in com.google.javascript.jscomp.colors declared as Color Modifier and Type Field Description static ColorStandardColors. BIGINTstatic ColorStandardColors. BOOLEANstatic ColorStandardColors. NULL_OR_VOIDstatic ColorStandardColors. NUMBERstatic ColorStandardColors. STRINGstatic ColorStandardColors. SYMBOLstatic ColorStandardColors. TOP_OBJECTThe supertype of all objects but not primitives.static ColorStandardColors. UNKNOWNAnalagous to Closure '*'/'?' and TS unknown/anyFields in com.google.javascript.jscomp.colors with type parameters of type Color Modifier and Type Field Description static com.google.common.collect.ImmutableMap<ColorId,Color>StandardColors. AXIOMATIC_COLORSThe set of Colors whose definitions are independent of all JS code.static com.google.common.collect.ImmutableMap<ColorId,Color>StandardColors. PRIMITIVE_COLORSThe set of Colors that have associated runtime values but are not objects.Methods in com.google.javascript.jscomp.colors that return Color Modifier and Type Method Description ColorColor.Builder. build()static ColorColor. createUnion(java.util.Set<Color> elements)ColorColorRegistry. get(ColorId id)ColorColor. subtractNullOrVoid()Methods in com.google.javascript.jscomp.colors that return types with arguments of type Color Modifier and Type Method Description 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 Color Modifier and Type Method Description ColorRegistry.BuilderColorRegistry.Builder. addDisambiguationEdge(Color subtype, Color supertype)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.BuilderColor.Builder. setInstanceColor(Color x)ColorRegistry.BuilderColorRegistry.Builder. setNativeColor(Color x)Color.BuilderColor.Builder. setPrototype(Color x)Method parameters in com.google.javascript.jscomp.colors with type arguments of type Color Modifier and Type Method Description static ColorColor. createUnion(java.util.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 Modifier and Type Method Description ColorColorPool. getColor(ColorId id)ColorColorPool.ShardView. getColor(int pointer) -
Uses of Color in com.google.javascript.rhino
Methods in com.google.javascript.rhino that return Color Modifier and Type Method Description ColorNode. getColor()Returns the compiled inferred type on this node.Methods in com.google.javascript.rhino with parameters of type Color Modifier and Type Method Description NodeNode. setColor(Color x)
-