Interface EmbeddedSass.Value.Calculation.CalculationOperationOrBuilder

    • Method Detail

      • getOperatorValue

        int getOperatorValue()
         The operator to perform.
         
        .sass.embedded_protocol.CalculationOperator operator = 1;
        Returns:
        The enum numeric value on the wire for operator.
      • getOperator

        EmbeddedSass.CalculationOperator getOperator()
         The operator to perform.
         
        .sass.embedded_protocol.CalculationOperator operator = 1;
        Returns:
        The operator.
      • hasLeft

        boolean hasLeft()
         The left-hand side of the operation.
         
        .sass.embedded_protocol.Value.Calculation.CalculationValue left = 2;
        Returns:
        Whether the left field is set.
      • hasRight

        boolean hasRight()
         The right-hand side of the operation.
         
        .sass.embedded_protocol.Value.Calculation.CalculationValue right = 3;
        Returns:
        Whether the right field is set.