Public Member Functions | Public Attributes

bio_expression::BinOp Class Reference

Generic class for binary operators. More...

Inheritance diagram for bio_expression::BinOp:
bio_expression::Expression

List of all members.

Public Member Functions

def __init__
def getExpression

Public Attributes

 op
 left
 right
 operatorIndex

Detailed Description

Generic class for binary operators.


Constructor & Destructor Documentation

def bio_expression::BinOp::__init__ (   self,
  op,
  left,
  right 
)
Parameters:
opObject of type Operator
leftany valid bio_expression
rightany valid bio_expression

Member Function Documentation

def bio_expression::BinOp::getExpression (   self )
Returns:
Return the string representation of the current expression

Reimplemented from bio_expression::Expression.


Member Data Documentation

Reimplemented from bio_expression::Expression.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables