Class BinaryTermOp

java.lang.Object
ru.curs.celesta.score.Expr
ru.curs.celesta.score.BinaryTermOp

public final class BinaryTermOp extends Expr
+, -, *, /.
  • Field Details

  • Method Details

    • getOperator

      public int getOperator()
      Returns the operator.
    • getOperands

      public List<Expr> getOperands()
      Returns the operands.
    • getMeta

      public ViewColumnMeta<?> getMeta()
      Description copied from class: Expr
      Returns the expression type.
      Specified by:
      getMeta in class Expr
      Returns:
    • accept

      public void accept(ExprVisitor visitor) throws ParseException
      Throws:
      ParseException