pystencils.backend.ast.expressions.PsBufferAcc#
- class pystencils.backend.ast.expressions.PsBufferAcc(base_ptr, index)#
Access into a
PsBuffer
.- Parameters:
base_ptr (PsSymbol)
index (Sequence[PsExpression])
- get_children()#
Retrieve child nodes of this AST node
This operation must be implemented by subclasses.
- set_child(idx, c)#
Update a child node of this AST node.
This operation must be implemented by subclasses.
- _clone_expr()#
Implementation of expression cloning.
- Return type: