Package sass.embedded_protocol
Interface EmbeddedSass.Value.Calculation.CalculationValueOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder
,MessageOrBuilder
- All Known Implementing Classes:
EmbeddedSass.Value.Calculation.CalculationValue
,EmbeddedSass.Value.Calculation.CalculationValue.Builder
- Enclosing class:
- EmbeddedSass.Value.Calculation
public static interface EmbeddedSass.Value.Calculation.CalculationValueOrBuilder
extends MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.sass.embedded_protocol.Value.Calculation calculation = 5;
.sass.embedded_protocol.Value.Calculation calculation = 5;
An unquoted string as created by interpolation for backwards-compatibility with older Sass syntax.An unquoted string as created by interpolation for backwards-compatibility with older Sass syntax..sass.embedded_protocol.Value.Number number = 1;
.sass.embedded_protocol.Value.Number number = 1;
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4;
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4;
An unquoted string, as from a function like `var()` or `env()`.An unquoted string, as from a function like `var()` or `env()`.boolean
.sass.embedded_protocol.Value.Calculation calculation = 5;
boolean
An unquoted string as created by interpolation for backwards-compatibility with older Sass syntax.boolean
.sass.embedded_protocol.Value.Number number = 1;
boolean
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4;
boolean
An unquoted string, as from a function like `var()` or `env()`.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasNumber
boolean hasNumber().sass.embedded_protocol.Value.Number number = 1;
- Returns:
- Whether the number field is set.
-
getNumber
EmbeddedSass.Value.Number getNumber().sass.embedded_protocol.Value.Number number = 1;
- Returns:
- The number.
-
getNumberOrBuilder
EmbeddedSass.Value.NumberOrBuilder getNumberOrBuilder().sass.embedded_protocol.Value.Number number = 1;
-
hasString
boolean hasString()An unquoted string, as from a function like `var()` or `env()`.
string string = 2;
- Returns:
- Whether the string field is set.
-
getString
String getString()An unquoted string, as from a function like `var()` or `env()`.
string string = 2;
- Returns:
- The string.
-
getStringBytes
ByteString getStringBytes()An unquoted string, as from a function like `var()` or `env()`.
string string = 2;
- Returns:
- The bytes for string.
-
hasInterpolation
boolean hasInterpolation()An unquoted string as created by interpolation for backwards-compatibility with older Sass syntax.
string interpolation = 3;
- Returns:
- Whether the interpolation field is set.
-
getInterpolation
String getInterpolation()An unquoted string as created by interpolation for backwards-compatibility with older Sass syntax.
string interpolation = 3;
- Returns:
- The interpolation.
-
getInterpolationBytes
ByteString getInterpolationBytes()An unquoted string as created by interpolation for backwards-compatibility with older Sass syntax.
string interpolation = 3;
- Returns:
- The bytes for interpolation.
-
hasOperation
boolean hasOperation().sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4;
- Returns:
- Whether the operation field is set.
-
getOperation
EmbeddedSass.Value.Calculation.CalculationOperation getOperation().sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4;
- Returns:
- The operation.
-
getOperationOrBuilder
EmbeddedSass.Value.Calculation.CalculationOperationOrBuilder getOperationOrBuilder().sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4;
-
hasCalculation
boolean hasCalculation().sass.embedded_protocol.Value.Calculation calculation = 5;
- Returns:
- Whether the calculation field is set.
-
getCalculation
EmbeddedSass.Value.Calculation getCalculation().sass.embedded_protocol.Value.Calculation calculation = 5;
- Returns:
- The calculation.
-
getCalculationOrBuilder
EmbeddedSass.Value.CalculationOrBuilder getCalculationOrBuilder().sass.embedded_protocol.Value.Calculation calculation = 5;
-
getValueCase
EmbeddedSass.Value.Calculation.CalculationValue.ValueCase getValueCase()
-