pystencils.backend.ast.structural.PsAssignment#
- class pystencils.backend.ast.structural.PsAssignment(lhs, rhs)#
- Parameters:
lhs (PsExpression)
rhs (PsExpression)
- _clone_structural()#
Implementation of structural node cloning.
- Return type:
- get_children()#
Retrieve child nodes of this AST node
This operation must be implemented by subclasses.