[top][index]
search for:

BinaryOperation -- the class of all binary operation expressions

The header type BinaryOperation is a member of the class HeaderType. Each object of class BinaryOperation is called a binary operation expression. Each binary operation expression is also a member of class Expression.

More general types (whose methods may also apply) :

  • Expression -- the class of all expressions
  • BasicList -- the class of all basic lists
  • BinaryOperation -- a type of Expression representing the result of a binary operation.

    Methods for using a binary operation expression :

  • net BinaryOperation
  • toString BinaryOperation
  • value BinaryOperation

  • [top][index]
    search for: