pystencils.backend.ast.structural.PsStatement#
- class pystencils.backend.ast.structural.PsStatement(expr)#
- Parameters:
expr (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.