fparser.two.Fortran2008.stop_code_r857

Module containing Fortran2008 Error_Stop_Stmt rule R857

Classes

Stop_Code

Fortran2008 rule R867. Changes the allowed stop code type.

Module Contents

class fparser.two.Fortran2008.stop_code_r857.Stop_Code(string, parent_cls=None)[source]

Bases: fparser.two.utils.Base

Fortran2008 rule R867. Changes the allowed stop code type.

stop-code is scalar-default-char-constant-expr

or scalar-int-constant-expr

subclass_names = ['Scalar_Default_Char_Expr', 'Scalar_Int_Expr'][source]
use_names = ['Stop_Code'][source]