pystencils.backend.ast.expressions.PsBinOp#
- class pystencils.backend.ast.expressions.PsBinOp(op1, op2)#
- Parameters:
op1 (PsExpression)
op2 (PsExpression)
- get_children()#
Retrieve child nodes of this AST node
This operation must be implemented by subclasses.