Interface EmbeddedSass.Value.Calculation.CalculationOperationOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
EmbeddedSass.Value.Calculation.CalculationOperation, EmbeddedSass.Value.Calculation.CalculationOperation.Builder
Enclosing class:
EmbeddedSass.Value.Calculation

public static interface EmbeddedSass.Value.Calculation.CalculationOperationOrBuilder extends MessageOrBuilder
  • Method Details

    • getOperatorValue

      int getOperatorValue()
       The operator to perform.
       
      .sass.embedded_protocol.CalculationOperator operator = 1;
      Returns:
      The enum numeric value on the wire for operator.
    • 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.
    • getLeft

       The left-hand side of the operation.
       
      .sass.embedded_protocol.Value.Calculation.CalculationValue left = 2;
      Returns:
      The left.
    • getLeftOrBuilder

       The left-hand side of the operation.
       
      .sass.embedded_protocol.Value.Calculation.CalculationValue left = 2;
    • 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.
    • getRight

       The right-hand side of the operation.
       
      .sass.embedded_protocol.Value.Calculation.CalculationValue right = 3;
      Returns:
      The right.
    • getRightOrBuilder

       The right-hand side of the operation.
       
      .sass.embedded_protocol.Value.Calculation.CalculationValue right = 3;