public static final class EmbeddedSass.Value extends GeneratedMessageV3 implements EmbeddedSass.ValueOrBuilder
A SassScript value, passed to and returned by functions.Protobuf type
sass.embedded_protocol.Value
Modifier and Type | Class and Description |
---|---|
static class |
EmbeddedSass.Value.ArgumentList
A SassScript argument list value.
|
static interface |
EmbeddedSass.Value.ArgumentListOrBuilder |
static class |
EmbeddedSass.Value.Builder
A SassScript value, passed to and returned by functions.
|
static class |
EmbeddedSass.Value.Calculation
A SassScript calculation value.
|
static interface |
EmbeddedSass.Value.CalculationOrBuilder |
static class |
EmbeddedSass.Value.CompilerFunction
A first-class function defined in the compiler.
|
static interface |
EmbeddedSass.Value.CompilerFunctionOrBuilder |
static class |
EmbeddedSass.Value.HostFunction
An anonymous custom function defined in the host.
|
static interface |
EmbeddedSass.Value.HostFunctionOrBuilder |
static class |
EmbeddedSass.Value.HslColor
A SassScript color value, represented as hue, saturation, and lightness channels.
|
static interface |
EmbeddedSass.Value.HslColorOrBuilder |
static class |
EmbeddedSass.Value.HwbColor
A SassScript color value, represented as hue, whiteness, and blackness
channels.
|
static interface |
EmbeddedSass.Value.HwbColorOrBuilder |
static class |
EmbeddedSass.Value.List
A SassScript list value.
|
static interface |
EmbeddedSass.Value.ListOrBuilder |
static class |
EmbeddedSass.Value.Map
A SassScript map value.
|
static interface |
EmbeddedSass.Value.MapOrBuilder |
static class |
EmbeddedSass.Value.Number
A SassScript number value.
|
static interface |
EmbeddedSass.Value.NumberOrBuilder |
static class |
EmbeddedSass.Value.RgbColor
A SassScript color value, represented as red, green, and blue channels.
|
static interface |
EmbeddedSass.Value.RgbColorOrBuilder |
static class |
EmbeddedSass.Value.String
A SassScript string value.
|
static interface |
EmbeddedSass.Value.StringOrBuilder |
static class |
EmbeddedSass.Value.ValueCase |
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameter
AbstractMessageLite.InternalOneOfEnum
Modifier and Type | Field and Description |
---|---|
static int |
ARGUMENT_LIST_FIELD_NUMBER |
static int |
CALCULATION_FIELD_NUMBER |
static int |
COMPILER_FUNCTION_FIELD_NUMBER |
static int |
HOST_FUNCTION_FIELD_NUMBER |
static int |
HSL_COLOR_FIELD_NUMBER |
static int |
HWB_COLOR_FIELD_NUMBER |
static int |
LIST_FIELD_NUMBER |
static int |
MAP_FIELD_NUMBER |
static int |
NUMBER_FIELD_NUMBER |
static int |
RGB_COLOR_FIELD_NUMBER |
static int |
SINGLETON_FIELD_NUMBER |
static int |
STRING_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
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; |
static EmbeddedSass.Value |
getDefaultInstance() |
EmbeddedSass.Value |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
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; |
Parser<EmbeddedSass.Value> |
getParserForType() |
EmbeddedSass.Value.RgbColor |
getRgbColor()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3; |
EmbeddedSass.Value.RgbColorOrBuilder |
getRgbColorOrBuilder()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3; |
int |
getSerializedSize() |
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; |
UnknownFieldSet |
getUnknownFields() |
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; |
int |
hashCode() |
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; |
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static EmbeddedSass.Value.Builder |
newBuilder() |
static EmbeddedSass.Value.Builder |
newBuilder(EmbeddedSass.Value prototype) |
EmbeddedSass.Value.Builder |
newBuilderForType() |
protected EmbeddedSass.Value.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) |
static EmbeddedSass.Value |
parseDelimitedFrom(InputStream input) |
static EmbeddedSass.Value |
parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static EmbeddedSass.Value |
parseFrom(byte[] data) |
static EmbeddedSass.Value |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static EmbeddedSass.Value |
parseFrom(ByteBuffer data) |
static EmbeddedSass.Value |
parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static EmbeddedSass.Value |
parseFrom(ByteString data) |
static EmbeddedSass.Value |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static EmbeddedSass.Value |
parseFrom(CodedInputStream input) |
static EmbeddedSass.Value |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static EmbeddedSass.Value |
parseFrom(InputStream input) |
static EmbeddedSass.Value |
parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<EmbeddedSass.Value> |
parser() |
EmbeddedSass.Value.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int STRING_FIELD_NUMBER
public static final int NUMBER_FIELD_NUMBER
public static final int RGB_COLOR_FIELD_NUMBER
public static final int HSL_COLOR_FIELD_NUMBER
public static final int LIST_FIELD_NUMBER
public static final int MAP_FIELD_NUMBER
public static final int SINGLETON_FIELD_NUMBER
public static final int COMPILER_FUNCTION_FIELD_NUMBER
public static final int HOST_FUNCTION_FIELD_NUMBER
public static final int ARGUMENT_LIST_FIELD_NUMBER
public static final int HWB_COLOR_FIELD_NUMBER
public static final int CALCULATION_FIELD_NUMBER
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class GeneratedMessageV3
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public EmbeddedSass.Value.ValueCase getValueCase()
getValueCase
in interface EmbeddedSass.ValueOrBuilder
public boolean hasString()
.sass.embedded_protocol.Value.String string = 1;
hasString
in interface EmbeddedSass.ValueOrBuilder
public EmbeddedSass.Value.String getString()
.sass.embedded_protocol.Value.String string = 1;
getString
in interface EmbeddedSass.ValueOrBuilder
public EmbeddedSass.Value.StringOrBuilder getStringOrBuilder()
.sass.embedded_protocol.Value.String string = 1;
getStringOrBuilder
in interface EmbeddedSass.ValueOrBuilder
public boolean hasNumber()
.sass.embedded_protocol.Value.Number number = 2;
hasNumber
in interface EmbeddedSass.ValueOrBuilder
public EmbeddedSass.Value.Number getNumber()
.sass.embedded_protocol.Value.Number number = 2;
getNumber
in interface EmbeddedSass.ValueOrBuilder
public EmbeddedSass.Value.NumberOrBuilder getNumberOrBuilder()
.sass.embedded_protocol.Value.Number number = 2;
getNumberOrBuilder
in interface EmbeddedSass.ValueOrBuilder
public boolean hasRgbColor()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3;
hasRgbColor
in interface EmbeddedSass.ValueOrBuilder
public EmbeddedSass.Value.RgbColor getRgbColor()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3;
getRgbColor
in interface EmbeddedSass.ValueOrBuilder
public EmbeddedSass.Value.RgbColorOrBuilder getRgbColorOrBuilder()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3;
getRgbColorOrBuilder
in interface EmbeddedSass.ValueOrBuilder
public boolean hasHslColor()
.sass.embedded_protocol.Value.HslColor hsl_color = 4;
hasHslColor
in interface EmbeddedSass.ValueOrBuilder
public EmbeddedSass.Value.HslColor getHslColor()
.sass.embedded_protocol.Value.HslColor hsl_color = 4;
getHslColor
in interface EmbeddedSass.ValueOrBuilder
public EmbeddedSass.Value.HslColorOrBuilder getHslColorOrBuilder()
.sass.embedded_protocol.Value.HslColor hsl_color = 4;
getHslColorOrBuilder
in interface EmbeddedSass.ValueOrBuilder
public boolean hasList()
.sass.embedded_protocol.Value.List list = 5;
hasList
in interface EmbeddedSass.ValueOrBuilder
public EmbeddedSass.Value.List getList()
.sass.embedded_protocol.Value.List list = 5;
getList
in interface EmbeddedSass.ValueOrBuilder
public EmbeddedSass.Value.ListOrBuilder getListOrBuilder()
.sass.embedded_protocol.Value.List list = 5;
getListOrBuilder
in interface EmbeddedSass.ValueOrBuilder
public boolean hasMap()
.sass.embedded_protocol.Value.Map map = 6;
hasMap
in interface EmbeddedSass.ValueOrBuilder
public EmbeddedSass.Value.Map getMap()
.sass.embedded_protocol.Value.Map map = 6;
getMap
in interface EmbeddedSass.ValueOrBuilder
public EmbeddedSass.Value.MapOrBuilder getMapOrBuilder()
.sass.embedded_protocol.Value.Map map = 6;
getMapOrBuilder
in interface EmbeddedSass.ValueOrBuilder
public boolean hasSingleton()
.sass.embedded_protocol.SingletonValue singleton = 7;
hasSingleton
in interface EmbeddedSass.ValueOrBuilder
public int getSingletonValue()
.sass.embedded_protocol.SingletonValue singleton = 7;
getSingletonValue
in interface EmbeddedSass.ValueOrBuilder
public EmbeddedSass.SingletonValue getSingleton()
.sass.embedded_protocol.SingletonValue singleton = 7;
getSingleton
in interface EmbeddedSass.ValueOrBuilder
public boolean hasCompilerFunction()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;
hasCompilerFunction
in interface EmbeddedSass.ValueOrBuilder
public EmbeddedSass.Value.CompilerFunction getCompilerFunction()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;
getCompilerFunction
in interface EmbeddedSass.ValueOrBuilder
public EmbeddedSass.Value.CompilerFunctionOrBuilder getCompilerFunctionOrBuilder()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;
getCompilerFunctionOrBuilder
in interface EmbeddedSass.ValueOrBuilder
public boolean hasHostFunction()
.sass.embedded_protocol.Value.HostFunction host_function = 9;
hasHostFunction
in interface EmbeddedSass.ValueOrBuilder
public EmbeddedSass.Value.HostFunction getHostFunction()
.sass.embedded_protocol.Value.HostFunction host_function = 9;
getHostFunction
in interface EmbeddedSass.ValueOrBuilder
public EmbeddedSass.Value.HostFunctionOrBuilder getHostFunctionOrBuilder()
.sass.embedded_protocol.Value.HostFunction host_function = 9;
getHostFunctionOrBuilder
in interface EmbeddedSass.ValueOrBuilder
public boolean hasArgumentList()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10;
hasArgumentList
in interface EmbeddedSass.ValueOrBuilder
public EmbeddedSass.Value.ArgumentList getArgumentList()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10;
getArgumentList
in interface EmbeddedSass.ValueOrBuilder
public EmbeddedSass.Value.ArgumentListOrBuilder getArgumentListOrBuilder()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10;
getArgumentListOrBuilder
in interface EmbeddedSass.ValueOrBuilder
public boolean hasHwbColor()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11;
hasHwbColor
in interface EmbeddedSass.ValueOrBuilder
public EmbeddedSass.Value.HwbColor getHwbColor()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11;
getHwbColor
in interface EmbeddedSass.ValueOrBuilder
public EmbeddedSass.Value.HwbColorOrBuilder getHwbColorOrBuilder()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11;
getHwbColorOrBuilder
in interface EmbeddedSass.ValueOrBuilder
public boolean hasCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 12;
hasCalculation
in interface EmbeddedSass.ValueOrBuilder
public EmbeddedSass.Value.Calculation getCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 12;
getCalculation
in interface EmbeddedSass.ValueOrBuilder
public EmbeddedSass.Value.CalculationOrBuilder getCalculationOrBuilder()
.sass.embedded_protocol.Value.Calculation calculation = 12;
getCalculationOrBuilder
in interface EmbeddedSass.ValueOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static EmbeddedSass.Value parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.Value parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.Value parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.Value parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.Value parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.Value parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.Value parseFrom(InputStream input) throws IOException
IOException
public static EmbeddedSass.Value parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static EmbeddedSass.Value parseDelimitedFrom(InputStream input) throws IOException
IOException
public static EmbeddedSass.Value parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static EmbeddedSass.Value parseFrom(CodedInputStream input) throws IOException
IOException
public static EmbeddedSass.Value parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public EmbeddedSass.Value.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static EmbeddedSass.Value.Builder newBuilder()
public static EmbeddedSass.Value.Builder newBuilder(EmbeddedSass.Value prototype)
public EmbeddedSass.Value.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected EmbeddedSass.Value.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static EmbeddedSass.Value getDefaultInstance()
public static Parser<EmbeddedSass.Value> parser()
public Parser<EmbeddedSass.Value> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public EmbeddedSass.Value getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder