pystencils.backend.ast.expressions.PsLookup#
- class pystencils.backend.ast.expressions.PsLookup(aggregate, member_name)#
- Parameters:
aggregate (PsExpression)
member_name (str)
- get_children()#
Retrieve child nodes of this AST node
This operation must be implemented by subclasses.