fparser.two.Fortran2008.allocate_stmt_r626 ========================================== .. py:module:: fparser.two.Fortran2008.allocate_stmt_r626 .. autoapi-nested-parse:: Module containing Fortran2008 Allocate_Stmt rule R626 Classes ------- .. autoapisummary:: fparser.two.Fortran2008.allocate_stmt_r626.Allocate_Stmt Module Contents --------------- .. py:class:: Allocate_Stmt(string, parent_cls=None) Bases: :py:obj:`fparser.two.Fortran2003.Allocate_Stmt` Fortran 2008 rule R626. .. code-block:: fortran allocate-stmt is ALLOCATE ( [ type-spec :: ] allocation-list [, alloc-opt-list ] ) The implementation of this rule simply ensures that the Fortran2008 version of Alloc_Opt is used. .. py:attribute:: subclass_names :value: [] .. py:attribute:: use_names :value: ['Type_Spec', 'Allocation_List', 'Alloc_Opt_List'] .. py:method:: alloc_opt_list() :classmethod: :returns: the Fortran2008 flavour of Alloc_Opt_List. :rtype: type