Interface IDeclaration

    • Method Detail

      • isStatic

        boolean isStatic()
                  throws CModelException
        Checks if the declaration is static Returns true if the declaration is static, false otherwise.
        Returns:
        boolean
        Throws:
        CModelException
      • isConst

        boolean isConst()
                 throws CModelException
        Checks if the declaration is constant. Returns true if the declaration is constant, false otherwise.
        Returns:
        boolean
        Throws:
        CModelException
      • isVolatile

        boolean isVolatile()
                    throws CModelException
        Checks if the declaration is volatile. Returns true if the declaration is volatile, false otherwise.
        Returns:
        boolean
        Throws:
        CModelException