public static interface EmbeddedSass.ValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
EmbeddedSass.Value.ArgumentList |
getArgumentList()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10; |
EmbeddedSass.Value.ArgumentListOrBuilder |
getArgumentListOrBuilder()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10; |
EmbeddedSass.Value.Calculation |
getCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 12; |
EmbeddedSass.Value.CalculationOrBuilder |
getCalculationOrBuilder()
.sass.embedded_protocol.Value.Calculation calculation = 12; |
EmbeddedSass.Value.CompilerFunction |
getCompilerFunction()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8; |
EmbeddedSass.Value.CompilerFunctionOrBuilder |
getCompilerFunctionOrBuilder()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8; |
EmbeddedSass.Value.HostFunction |
getHostFunction()
.sass.embedded_protocol.Value.HostFunction host_function = 9; |
EmbeddedSass.Value.HostFunctionOrBuilder |
getHostFunctionOrBuilder()
.sass.embedded_protocol.Value.HostFunction host_function = 9; |
EmbeddedSass.Value.HslColor |
getHslColor()
.sass.embedded_protocol.Value.HslColor hsl_color = 4; |
EmbeddedSass.Value.HslColorOrBuilder |
getHslColorOrBuilder()
.sass.embedded_protocol.Value.HslColor hsl_color = 4; |
EmbeddedSass.Value.HwbColor |
getHwbColor()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11; |
EmbeddedSass.Value.HwbColorOrBuilder |
getHwbColorOrBuilder()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11; |
EmbeddedSass.Value.List |
getList()
.sass.embedded_protocol.Value.List list = 5; |
EmbeddedSass.Value.ListOrBuilder |
getListOrBuilder()
.sass.embedded_protocol.Value.List list = 5; |
EmbeddedSass.Value.Map |
getMap()
.sass.embedded_protocol.Value.Map map = 6; |
EmbeddedSass.Value.MapOrBuilder |
getMapOrBuilder()
.sass.embedded_protocol.Value.Map map = 6; |
EmbeddedSass.Value.Number |
getNumber()
.sass.embedded_protocol.Value.Number number = 2; |
EmbeddedSass.Value.NumberOrBuilder |
getNumberOrBuilder()
.sass.embedded_protocol.Value.Number number = 2; |
EmbeddedSass.Value.RgbColor |
getRgbColor()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3; |
EmbeddedSass.Value.RgbColorOrBuilder |
getRgbColorOrBuilder()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3; |
EmbeddedSass.SingletonValue |
getSingleton()
.sass.embedded_protocol.SingletonValue singleton = 7; |
int |
getSingletonValue()
.sass.embedded_protocol.SingletonValue singleton = 7; |
EmbeddedSass.Value.String |
getString()
.sass.embedded_protocol.Value.String string = 1; |
EmbeddedSass.Value.StringOrBuilder |
getStringOrBuilder()
.sass.embedded_protocol.Value.String string = 1; |
EmbeddedSass.Value.ValueCase |
getValueCase() |
boolean |
hasArgumentList()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10; |
boolean |
hasCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 12; |
boolean |
hasCompilerFunction()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8; |
boolean |
hasHostFunction()
.sass.embedded_protocol.Value.HostFunction host_function = 9; |
boolean |
hasHslColor()
.sass.embedded_protocol.Value.HslColor hsl_color = 4; |
boolean |
hasHwbColor()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11; |
boolean |
hasList()
.sass.embedded_protocol.Value.List list = 5; |
boolean |
hasMap()
.sass.embedded_protocol.Value.Map map = 6; |
boolean |
hasNumber()
.sass.embedded_protocol.Value.Number number = 2; |
boolean |
hasRgbColor()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3; |
boolean |
hasSingleton()
.sass.embedded_protocol.SingletonValue singleton = 7; |
boolean |
hasString()
.sass.embedded_protocol.Value.String string = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasString()
.sass.embedded_protocol.Value.String string = 1;
EmbeddedSass.Value.String getString()
.sass.embedded_protocol.Value.String string = 1;
EmbeddedSass.Value.StringOrBuilder getStringOrBuilder()
.sass.embedded_protocol.Value.String string = 1;
boolean hasNumber()
.sass.embedded_protocol.Value.Number number = 2;
EmbeddedSass.Value.Number getNumber()
.sass.embedded_protocol.Value.Number number = 2;
EmbeddedSass.Value.NumberOrBuilder getNumberOrBuilder()
.sass.embedded_protocol.Value.Number number = 2;
boolean hasRgbColor()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3;
EmbeddedSass.Value.RgbColor getRgbColor()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3;
EmbeddedSass.Value.RgbColorOrBuilder getRgbColorOrBuilder()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3;
boolean hasHslColor()
.sass.embedded_protocol.Value.HslColor hsl_color = 4;
EmbeddedSass.Value.HslColor getHslColor()
.sass.embedded_protocol.Value.HslColor hsl_color = 4;
EmbeddedSass.Value.HslColorOrBuilder getHslColorOrBuilder()
.sass.embedded_protocol.Value.HslColor hsl_color = 4;
boolean hasList()
.sass.embedded_protocol.Value.List list = 5;
EmbeddedSass.Value.List getList()
.sass.embedded_protocol.Value.List list = 5;
EmbeddedSass.Value.ListOrBuilder getListOrBuilder()
.sass.embedded_protocol.Value.List list = 5;
boolean hasMap()
.sass.embedded_protocol.Value.Map map = 6;
EmbeddedSass.Value.Map getMap()
.sass.embedded_protocol.Value.Map map = 6;
EmbeddedSass.Value.MapOrBuilder getMapOrBuilder()
.sass.embedded_protocol.Value.Map map = 6;
boolean hasSingleton()
.sass.embedded_protocol.SingletonValue singleton = 7;
int getSingletonValue()
.sass.embedded_protocol.SingletonValue singleton = 7;
EmbeddedSass.SingletonValue getSingleton()
.sass.embedded_protocol.SingletonValue singleton = 7;
boolean hasCompilerFunction()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;
EmbeddedSass.Value.CompilerFunction getCompilerFunction()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;
EmbeddedSass.Value.CompilerFunctionOrBuilder getCompilerFunctionOrBuilder()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;
boolean hasHostFunction()
.sass.embedded_protocol.Value.HostFunction host_function = 9;
EmbeddedSass.Value.HostFunction getHostFunction()
.sass.embedded_protocol.Value.HostFunction host_function = 9;
EmbeddedSass.Value.HostFunctionOrBuilder getHostFunctionOrBuilder()
.sass.embedded_protocol.Value.HostFunction host_function = 9;
boolean hasArgumentList()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10;
EmbeddedSass.Value.ArgumentList getArgumentList()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10;
EmbeddedSass.Value.ArgumentListOrBuilder getArgumentListOrBuilder()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10;
boolean hasHwbColor()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11;
EmbeddedSass.Value.HwbColor getHwbColor()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11;
EmbeddedSass.Value.HwbColorOrBuilder getHwbColorOrBuilder()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11;
boolean hasCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 12;
EmbeddedSass.Value.Calculation getCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 12;
EmbeddedSass.Value.CalculationOrBuilder getCalculationOrBuilder()
.sass.embedded_protocol.Value.Calculation calculation = 12;
EmbeddedSass.Value.ValueCase getValueCase()