psyclone.psyir.nodes.statement#

This module contains the Statement abstract node implementation.

Classes#

  • Statement: Abstract node representing a general PSyIR Statement.

class psyclone.psyir.nodes.statement.Statement(ast=None, children=None, parent=None, annotations=None)[source]#

Abstract node representing a general PSyIR Statement.

Inheritance

Inheritance diagram of Statement