Uses of Class
com.google.javascript.jscomp.colors.ColorId
-
Packages that use ColorId Package Description com.google.javascript.jscomp.colors com.google.javascript.jscomp.serialization -
-
Uses of ColorId in com.google.javascript.jscomp.colors
Fields in com.google.javascript.jscomp.colors declared as ColorId Modifier and Type Field Description static ColorIdStandardColors. ARGUMENTS_IDstatic ColorIdStandardColors. ARRAY_IDstatic ColorIdStandardColors. ASYNC_ITERATOR_ITERABLE_IDstatic ColorIdStandardColors. BIGINT_OBJECT_IDstatic ColorIdStandardColors. BOOLEAN_OBJECT_IDstatic ColorIdStandardColors. GENERATOR_IDstatic ColorIdStandardColors. I_TEMPLATE_ARRAY_IDstatic ColorIdStandardColors. ITERATOR_IDstatic ColorIdStandardColors. NUMBER_OBJECT_IDstatic ColorIdStandardColors. PROMISE_IDstatic ColorIdStandardColors. STRING_OBJECT_IDstatic ColorIdStandardColors. SYMBOL_OBJECT_IDFields in com.google.javascript.jscomp.colors with type parameters of type ColorId 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.ImmutableSet<ColorId>StandardColors. PRIMITIVE_BOX_IDSThe set of ColorIds for object Colors that "box" primitive Colors.static com.google.common.collect.ImmutableMap<ColorId,Color>StandardColors. PRIMITIVE_COLORSThe set of Colors that have associated runtime values but are not objects.static com.google.common.collect.ImmutableSet<ColorId>ColorRegistry. REQUIRED_IDSMethods in com.google.javascript.jscomp.colors that return ColorId Modifier and Type Method Description static ColorIdColorId. fromAscii(java.lang.String str)static ColorIdColorId. fromBytes(byte[] bytes)static ColorIdColorId. fromBytes(com.google.protobuf.ByteString bytes)static ColorIdColorId. fromUnsigned(byte x)static ColorIdColorId. fromUnsigned(int x)static ColorIdColorId. fromUnsigned(long x)abstract ColorIdColor. getBoxId()abstract ColorIdColor. getId()static ColorIdColorId. union(java.util.Set<ColorId> ids)Defines how IDs for unions are combined.Methods in com.google.javascript.jscomp.colors that return types with arguments of type ColorId Modifier and Type Method Description com.google.common.collect.ImmutableSetMultimap<ColorId,java.lang.String>ColorRegistry. getMismatchLocationsForDebugging()An index (mismatch sourceref string) => (involved color ids).Methods in com.google.javascript.jscomp.colors with parameters of type ColorId Modifier and Type Method Description ColorRegistry.BuilderColorRegistry.Builder. addMismatchLocation(ColorId id, java.lang.String location)ColorColorRegistry. get(ColorId id)abstract Color.BuilderColor.Builder. setId(ColorId x)Method parameters in com.google.javascript.jscomp.colors with type arguments of type ColorId Modifier and Type Method Description static ColorIdColorId. union(java.util.Set<ColorId> ids)Defines how IDs for unions are combined. -
Uses of ColorId in com.google.javascript.jscomp.serialization
Methods in com.google.javascript.jscomp.serialization with parameters of type ColorId Modifier and Type Method Description ColorColorPool. getColor(ColorId id)
-