public static interface EmbeddedSass.Value.Calculation.CalculationOperationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
EmbeddedSass.Value.Calculation.CalculationValue |
getLeft()
The left-hand side of the operation.
|
EmbeddedSass.Value.Calculation.CalculationValueOrBuilder |
getLeftOrBuilder()
The left-hand side of the operation.
|
EmbeddedSass.CalculationOperator |
getOperator()
The operator to perform.
|
int |
getOperatorValue()
The operator to perform.
|
EmbeddedSass.Value.Calculation.CalculationValue |
getRight()
The right-hand side of the operation.
|
EmbeddedSass.Value.Calculation.CalculationValueOrBuilder |
getRightOrBuilder()
The right-hand side of the operation.
|
boolean |
hasLeft()
The left-hand side of the operation.
|
boolean |
hasRight()
The right-hand side of the operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getOperatorValue()
The operator to perform.
.sass.embedded_protocol.CalculationOperator operator = 1;
EmbeddedSass.CalculationOperator getOperator()
The operator to perform.
.sass.embedded_protocol.CalculationOperator operator = 1;
boolean hasLeft()
The left-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue left = 2;
EmbeddedSass.Value.Calculation.CalculationValue getLeft()
The left-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue left = 2;
EmbeddedSass.Value.Calculation.CalculationValueOrBuilder getLeftOrBuilder()
The left-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue left = 2;
boolean hasRight()
The right-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue right = 3;
EmbeddedSass.Value.Calculation.CalculationValue getRight()
The right-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue right = 3;
EmbeddedSass.Value.Calculation.CalculationValueOrBuilder getRightOrBuilder()
The right-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue right = 3;