pystencils.backend.ast.structural.PsLoop#
- class pystencils.backend.ast.structural.PsLoop(ctr, start, stop, step, body)#
- Parameters:
ctr (PsSymbolExpr)
start (PsExpression)
stop (PsExpression)
step (PsExpression)
body (PsBlock)
- get_children()#
Retrieve child nodes of this AST node
This operation must be implemented by subclasses.