Uses of Class
com.google.javascript.jscomp.colors.ColorId
Packages that use ColorId
-
Uses of ColorId in com.google.javascript.jscomp.colors
Fields in com.google.javascript.jscomp.colors declared as ColorIdModifier and TypeFieldDescriptionstatic final ColorIdStandardColors.ARGUMENTS_IDstatic final ColorIdStandardColors.ARRAY_IDstatic final ColorIdStandardColors.ASYNC_ITERATOR_ITERABLE_IDstatic final ColorIdStandardColors.BIGINT_OBJECT_IDstatic final ColorIdStandardColors.BOOLEAN_OBJECT_IDstatic final ColorIdStandardColors.GENERATOR_IDstatic final ColorIdStandardColors.I_TEMPLATE_ARRAY_IDstatic final ColorIdStandardColors.ITERATOR_IDstatic final ColorIdStandardColors.NUMBER_OBJECT_IDstatic final ColorIdStandardColors.PROMISE_IDstatic final ColorIdStandardColors.READONLY_ARRAY_IDstatic final ColorIdStandardColors.STRING_OBJECT_IDstatic final ColorIdStandardColors.SYMBOL_OBJECT_IDFields in com.google.javascript.jscomp.colors with type parameters of type ColorIdModifier and TypeFieldDescriptionStandardColors.AXIOMATIC_COLORSThe set of Colors whose definitions are independent of all JS code.static final com.google.common.collect.ImmutableSet<ColorId> StandardColors.PRIMITIVE_BOX_IDSThe set of ColorIds for object Colors that "box" primitive Colors.StandardColors.PRIMITIVE_COLORSThe set of Colors that have associated runtime values but are not objects.static final com.google.common.collect.ImmutableSet<ColorId> ColorRegistry.REQUIRED_IDSMethods in com.google.javascript.jscomp.colors that return ColorIdModifier and TypeMethodDescriptionstatic ColorIdstatic 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 @Nullable ColorIdColor.getBoxId()abstract ColorIdColor.getId()static ColorIdDefines how IDs for unions are combined.Methods in com.google.javascript.jscomp.colors that return types with arguments of type ColorIdModifier and TypeMethodDescriptionColorRegistry.getMismatchLocationsForDebugging()An index (mismatch sourceref string) => (involved color ids).Methods in com.google.javascript.jscomp.colors with parameters of type ColorIdModifier and TypeMethodDescriptionColorRegistry.Builder.addMismatchLocation(ColorId id, String location) final Colorabstract Color.BuilderMethod parameters in com.google.javascript.jscomp.colors with type arguments of type ColorId -
Uses of ColorId in com.google.javascript.jscomp.serialization
Methods in com.google.javascript.jscomp.serialization with parameters of type ColorId