Interface ICPPParameter

    • Field Detail

      • EMPTY_CPPPARAMETER_ARRAY

        static final ICPPParameter[] EMPTY_CPPPARAMETER_ARRAY
        Since:
        5.2
    • Method Detail

      • hasDefaultValue

        boolean hasDefaultValue()
        if there is a default value or not.
      • getDefaultValue

        IValue getDefaultValue()
        Returns the default value of this parameter if it has one, or null otherwise.
        Since:
        5.7
      • isParameterPack

        boolean isParameterPack()
        Returns whether this parameter is a parameter pack.
        Since:
        5.2