Skip to content

UnparseFortran_type::unparseArrayType

Synopsis

Declared in <src/backend/unparser/FortranCodeGeneration/unparseFortran_types.h>

virtual
void
unparseArrayType(
    SgType* type,
    SgUnparse_Info& info,
    bool printDim = true);

Parameters

Name

Description

printDim

‐ true means print the dimension attribute on the left of :: for the given type; false means not. the default is set to true so that all extant callers of this method are unaffected.

type

This class represents the base class for all types.

Created with MrDocs