Interface ICPPVariable

    • Method Detail

      • isMutable

        boolean isMutable()
        Checks whether this variable has the mutable storage class specifier.
      • isConstexpr

        boolean isConstexpr()
        Checks whether this variable is declared as constexpr.
        Since:
        6.2
      • isExternC

        boolean isExternC()
        Checks whether this variable is declared as extern "C".