Interface EmbeddedSass.ValueOrBuilder

    • Method Detail

      • hasString

        boolean hasString()
        .sass.embedded_protocol.Value.String string = 1;
        Returns:
        Whether the string field is set.
      • hasNumber

        boolean hasNumber()
        .sass.embedded_protocol.Value.Number number = 2;
        Returns:
        Whether the number field is set.
      • hasRgbColor

        boolean hasRgbColor()
        .sass.embedded_protocol.Value.RgbColor rgb_color = 3;
        Returns:
        Whether the rgbColor field is set.
      • hasHslColor

        boolean hasHslColor()
        .sass.embedded_protocol.Value.HslColor hsl_color = 4;
        Returns:
        Whether the hslColor field is set.
      • hasList

        boolean hasList()
        .sass.embedded_protocol.Value.List list = 5;
        Returns:
        Whether the list field is set.
      • hasMap

        boolean hasMap()
        .sass.embedded_protocol.Value.Map map = 6;
        Returns:
        Whether the map field is set.
      • hasSingleton

        boolean hasSingleton()
        .sass.embedded_protocol.Value.Singleton singleton = 7;
        Returns:
        Whether the singleton field is set.
      • getSingletonValue

        int getSingletonValue()
        .sass.embedded_protocol.Value.Singleton singleton = 7;
        Returns:
        The enum numeric value on the wire for singleton.
      • hasCompilerFunction

        boolean hasCompilerFunction()
        .sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;
        Returns:
        Whether the compilerFunction field is set.
      • getCompilerFunction

        EmbeddedSass.Value.CompilerFunction getCompilerFunction()
        .sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;
        Returns:
        The compilerFunction.
      • hasHostFunction

        boolean hasHostFunction()
        .sass.embedded_protocol.Value.HostFunction host_function = 9;
        Returns:
        Whether the hostFunction field is set.
      • getHostFunction

        EmbeddedSass.Value.HostFunction getHostFunction()
        .sass.embedded_protocol.Value.HostFunction host_function = 9;
        Returns:
        The hostFunction.