pystencils.backend.ast.expressions.PsBinOp

pystencils.backend.ast.expressions.PsBinOp#

class pystencils.backend.ast.expressions.PsBinOp(op1, op2)#
Parameters:
_clone_expr()#

Implementation of expression cloning.

Return type:

PsBinOp

get_children()#

Retrieve child nodes of this AST node

This operation must be implemented by subclasses.

Return type:

tuple[PsAstNode, ...]

set_child(idx, c)#

Update a child node of this AST node.

This operation must be implemented by subclasses.

Parameters: