pystencils.backend.ast.structural.PsDeclaration#

class pystencils.backend.ast.structural.PsDeclaration(lhs, rhs)#
Parameters:
property declared_symbol: PsSymbol#

Override in subclasses to return the declared symbol

_clone_structural()#

Implementation of structural node cloning.

Return type:

PsDeclaration

set_child(idx, c)#

Update a child node of this AST node.

This operation must be implemented by subclasses.

Parameters: