Class ColorRegistry


  • public final class ColorRegistry
    extends java.lang.Object
    Stores "out of band" information about the set of Colors in use by a compilation.

    This includes any information that isn't specifically can't be set on a single Color object,

    • Method Detail

      • getDisambiguationSupertypes

        public final com.google.common.collect.ImmutableSet<Color> getDisambiguationSupertypes​(Color x)
        The colors directly above `x` in the subtyping graph for the purposes of property (dis)ambiguation.