public interface ValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Value.ArgumentList |
getArgumentList()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10; |
Value.ArgumentListOrBuilder |
getArgumentListOrBuilder()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10; |
Value.Calculation |
getCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 12; |
Value.CalculationOrBuilder |
getCalculationOrBuilder()
.sass.embedded_protocol.Value.Calculation calculation = 12; |
Value.Color |
getColor()
.sass.embedded_protocol.Value.Color color = 14; |
Value.ColorOrBuilder |
getColorOrBuilder()
.sass.embedded_protocol.Value.Color color = 14; |
Value.CompilerFunction |
getCompilerFunction()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8; |
Value.CompilerFunctionOrBuilder |
getCompilerFunctionOrBuilder()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8; |
Value.CompilerMixin |
getCompilerMixin()
.sass.embedded_protocol.Value.CompilerMixin compiler_mixin = 13; |
Value.CompilerMixinOrBuilder |
getCompilerMixinOrBuilder()
.sass.embedded_protocol.Value.CompilerMixin compiler_mixin = 13; |
Value.HostFunction |
getHostFunction()
.sass.embedded_protocol.Value.HostFunction host_function = 9; |
Value.HostFunctionOrBuilder |
getHostFunctionOrBuilder()
.sass.embedded_protocol.Value.HostFunction host_function = 9; |
Value.List |
getList()
.sass.embedded_protocol.Value.List list = 5; |
Value.ListOrBuilder |
getListOrBuilder()
.sass.embedded_protocol.Value.List list = 5; |
Value.Map |
getMap()
.sass.embedded_protocol.Value.Map map = 6; |
Value.MapOrBuilder |
getMapOrBuilder()
.sass.embedded_protocol.Value.Map map = 6; |
Value.Number |
getNumber()
.sass.embedded_protocol.Value.Number number = 2; |
Value.NumberOrBuilder |
getNumberOrBuilder()
.sass.embedded_protocol.Value.Number number = 2; |
SingletonValue |
getSingleton()
.sass.embedded_protocol.SingletonValue singleton = 7; |
int |
getSingletonValue()
.sass.embedded_protocol.SingletonValue singleton = 7; |
Value.String |
getString()
.sass.embedded_protocol.Value.String string = 1; |
Value.StringOrBuilder |
getStringOrBuilder()
.sass.embedded_protocol.Value.String string = 1; |
Value.ValueCase |
getValueCase() |
boolean |
hasArgumentList()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10; |
boolean |
hasCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 12; |
boolean |
hasColor()
.sass.embedded_protocol.Value.Color color = 14; |
boolean |
hasCompilerFunction()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8; |
boolean |
hasCompilerMixin()
.sass.embedded_protocol.Value.CompilerMixin compiler_mixin = 13; |
boolean |
hasHostFunction()
.sass.embedded_protocol.Value.HostFunction host_function = 9; |
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 |
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;
Value.String getString()
.sass.embedded_protocol.Value.String string = 1;
Value.StringOrBuilder getStringOrBuilder()
.sass.embedded_protocol.Value.String string = 1;
boolean hasNumber()
.sass.embedded_protocol.Value.Number number = 2;
Value.Number getNumber()
.sass.embedded_protocol.Value.Number number = 2;
Value.NumberOrBuilder getNumberOrBuilder()
.sass.embedded_protocol.Value.Number number = 2;
boolean hasList()
.sass.embedded_protocol.Value.List list = 5;
Value.List getList()
.sass.embedded_protocol.Value.List list = 5;
Value.ListOrBuilder getListOrBuilder()
.sass.embedded_protocol.Value.List list = 5;
boolean hasMap()
.sass.embedded_protocol.Value.Map map = 6;
Value.Map getMap()
.sass.embedded_protocol.Value.Map map = 6;
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;
SingletonValue getSingleton()
.sass.embedded_protocol.SingletonValue singleton = 7;
boolean hasCompilerFunction()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;
Value.CompilerFunction getCompilerFunction()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;
Value.CompilerFunctionOrBuilder getCompilerFunctionOrBuilder()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;
boolean hasHostFunction()
.sass.embedded_protocol.Value.HostFunction host_function = 9;
Value.HostFunction getHostFunction()
.sass.embedded_protocol.Value.HostFunction host_function = 9;
Value.HostFunctionOrBuilder getHostFunctionOrBuilder()
.sass.embedded_protocol.Value.HostFunction host_function = 9;
boolean hasArgumentList()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10;
Value.ArgumentList getArgumentList()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10;
Value.ArgumentListOrBuilder getArgumentListOrBuilder()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10;
boolean hasCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 12;
Value.Calculation getCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 12;
Value.CalculationOrBuilder getCalculationOrBuilder()
.sass.embedded_protocol.Value.Calculation calculation = 12;
boolean hasCompilerMixin()
.sass.embedded_protocol.Value.CompilerMixin compiler_mixin = 13;
Value.CompilerMixin getCompilerMixin()
.sass.embedded_protocol.Value.CompilerMixin compiler_mixin = 13;
Value.CompilerMixinOrBuilder getCompilerMixinOrBuilder()
.sass.embedded_protocol.Value.CompilerMixin compiler_mixin = 13;
boolean hasColor()
.sass.embedded_protocol.Value.Color color = 14;
Value.Color getColor()
.sass.embedded_protocol.Value.Color color = 14;
Value.ColorOrBuilder getColorOrBuilder()
.sass.embedded_protocol.Value.Color color = 14;
Value.ValueCase getValueCase()