pystencils.backend.ast.structural.PsLoop

pystencils.backend.ast.structural.PsLoop#

class pystencils.backend.ast.structural.PsLoop(ctr, start, stop, step, body)#
Parameters:
_clone_structural()#

Implementation of structural node cloning.

Return type:

PsLoop

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: