Uses of Interface
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
Classes in com.google.javascript.jscomp.colors that implement Color Modifier and Type Class Description classObjectColorA user-defined object type.classPrimitiveColorValue types that are a) not user-defined and b) do not need individual classesclassUnionColorA set of multipleColors.Methods in com.google.javascript.jscomp.colors that return Color Modifier and Type Method Description abstract ColorObjectColor. getInstanceColor()abstract ColorObjectColor. getPrototype()ColorUnionColor. removeNullAndUndefined()Methods in com.google.javascript.jscomp.colors that return types with arguments of type Color Modifier and Type Method Description com.google.common.collect.ImmutableCollection<Color>Color. getAlternates()com.google.common.collect.ImmutableCollection<Color>ObjectColor. getAlternates()com.google.common.collect.ImmutableCollection<Color>PrimitiveColor. getAlternates()abstract com.google.common.collect.ImmutableCollection<Color>UnionColor. getAlternates()abstract com.google.common.collect.ImmutableList<Color>ObjectColor. getDisambiguationSupertypes()Methods in com.google.javascript.jscomp.colors with parameters of type Color Modifier and Type Method Description abstract ObjectColor.BuilderObjectColor.Builder. setInstanceColor(Color instanceColor)abstract ObjectColor.BuilderObjectColor.Builder. setPrototype(Color prototype)Method parameters in com.google.javascript.jscomp.colors with type arguments of type Color Modifier and Type Method Description static UnionColorUnionColor. create(com.google.common.collect.ImmutableSet<Color> alternates)abstract ObjectColor.BuilderObjectColor.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)
-