Interface EmbeddedSass.ValueOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
EmbeddedSass.Value, EmbeddedSass.Value.Builder
Enclosing class:
EmbeddedSass

public static interface EmbeddedSass.ValueOrBuilder extends MessageOrBuilder
  • Method Details

    • hasString

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

      .sass.embedded_protocol.Value.String string = 1;
      Returns:
      The string.
    • getStringOrBuilder

      .sass.embedded_protocol.Value.String string = 1;
    • hasNumber

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

      .sass.embedded_protocol.Value.Number number = 2;
      Returns:
      The number.
    • getNumberOrBuilder

      .sass.embedded_protocol.Value.Number number = 2;
    • hasRgbColor

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

      .sass.embedded_protocol.Value.RgbColor rgb_color = 3;
      Returns:
      The rgbColor.
    • getRgbColorOrBuilder

      EmbeddedSass.Value.RgbColorOrBuilder getRgbColorOrBuilder()
      .sass.embedded_protocol.Value.RgbColor rgb_color = 3;
    • hasHslColor

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

      .sass.embedded_protocol.Value.HslColor hsl_color = 4;
      Returns:
      The hslColor.
    • getHslColorOrBuilder

      EmbeddedSass.Value.HslColorOrBuilder getHslColorOrBuilder()
      .sass.embedded_protocol.Value.HslColor hsl_color = 4;
    • hasList

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

      .sass.embedded_protocol.Value.List list = 5;
      Returns:
      The list.
    • getListOrBuilder

      .sass.embedded_protocol.Value.List list = 5;
    • hasMap

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

      .sass.embedded_protocol.Value.Map map = 6;
      Returns:
      The map.
    • getMapOrBuilder

      .sass.embedded_protocol.Value.Map map = 6;
    • hasSingleton

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

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

      .sass.embedded_protocol.SingletonValue singleton = 7;
      Returns:
      The singleton.
    • hasCompilerFunction

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

      .sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;
      Returns:
      The compilerFunction.
    • getCompilerFunctionOrBuilder

      EmbeddedSass.Value.CompilerFunctionOrBuilder getCompilerFunctionOrBuilder()
      .sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;
    • hasHostFunction

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

      .sass.embedded_protocol.Value.HostFunction host_function = 9;
      Returns:
      The hostFunction.
    • getHostFunctionOrBuilder

      EmbeddedSass.Value.HostFunctionOrBuilder getHostFunctionOrBuilder()
      .sass.embedded_protocol.Value.HostFunction host_function = 9;
    • hasArgumentList

      boolean hasArgumentList()
      .sass.embedded_protocol.Value.ArgumentList argument_list = 10;
      Returns:
      Whether the argumentList field is set.
    • getArgumentList

      .sass.embedded_protocol.Value.ArgumentList argument_list = 10;
      Returns:
      The argumentList.
    • getArgumentListOrBuilder

      EmbeddedSass.Value.ArgumentListOrBuilder getArgumentListOrBuilder()
      .sass.embedded_protocol.Value.ArgumentList argument_list = 10;
    • hasHwbColor

      boolean hasHwbColor()
      .sass.embedded_protocol.Value.HwbColor hwb_color = 11;
      Returns:
      Whether the hwbColor field is set.
    • getHwbColor

      .sass.embedded_protocol.Value.HwbColor hwb_color = 11;
      Returns:
      The hwbColor.
    • getHwbColorOrBuilder

      EmbeddedSass.Value.HwbColorOrBuilder getHwbColorOrBuilder()
      .sass.embedded_protocol.Value.HwbColor hwb_color = 11;
    • hasCalculation

      boolean hasCalculation()
      .sass.embedded_protocol.Value.Calculation calculation = 12;
      Returns:
      Whether the calculation field is set.
    • getCalculation

      .sass.embedded_protocol.Value.Calculation calculation = 12;
      Returns:
      The calculation.
    • getCalculationOrBuilder

      EmbeddedSass.Value.CalculationOrBuilder getCalculationOrBuilder()
      .sass.embedded_protocol.Value.Calculation calculation = 12;
    • getValueCase