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
Methods in com.google.javascript.jscomp.colors that return Color Modifier and Type Method Description static ColorColor. createSingleton(SingletonColorFields fields)static ColorColor. createUnion(com.google.common.collect.ImmutableSet<Color> alternates)ColorColorRegistry. get(NativeColorId nativeColorId)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.ImmutableList<Color>Color. getDisambiguationSupertypes()com.google.common.collect.ImmutableSet<Color>Color. getInstanceColor()com.google.common.collect.ImmutableSet<Color>Color. getPrototype()abstract com.google.common.collect.ImmutableCollection<Color>Color. union()Methods in com.google.javascript.jscomp.colors with parameters of type Color Modifier and Type Method Description abstract SingletonColorFields.BuilderSingletonColorFields.Builder. setInstanceColor(Color instanceColor)abstract SingletonColorFields.BuilderSingletonColorFields.Builder. setPrototype(Color prototype)Method parameters in com.google.javascript.jscomp.colors with type arguments of type Color Modifier and Type Method Description static ColorColor. createUnion(com.google.common.collect.ImmutableSet<Color> alternates)abstract SingletonColorFields.BuilderSingletonColorFields.Builder. setDisambiguationSupertypes(com.google.common.collect.ImmutableList<Color> supertypes) -
Uses of Color in com.google.javascript.jscomp.serialization
Methods in com.google.javascript.jscomp.serialization that return Color Modifier and Type Method Description ColorColorDeserializer. pointerToColor(com.google.javascript.jscomp.serialization.TypePointer typePointer) -
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 jstype)
-