pystencils.backend.ast.expressions.PsBufferAcc

pystencils.backend.ast.expressions.PsBufferAcc#

class pystencils.backend.ast.expressions.PsBufferAcc(base_ptr, index)#

Access into a PsBuffer.

Parameters:
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:
_clone_expr()#

Implementation of expression cloning.

Return type:

PsBufferAcc