Interface IASTFunctionStyleMacroParameter

  • All Superinterfaces:
    IASTNode

    public interface IASTFunctionStyleMacroParameter
    extends IASTNode
    This interface represents the name of a function style macro parameter. This is not an IASTName, as there are not any bindings for
    Restriction:
    This interface is not intended to be implemented by clients.
    Restriction:
    This interface is not intended to be extended by clients.
    • Field Detail

      • EMPTY_PARAMETER_ARRAY

        static final IASTFunctionStyleMacroParameter[] EMPTY_PARAMETER_ARRAY
        Constant EMPTY_PARAMETER_ARRAY is used to return anempty array.
    • Method Detail

      • getParameter

        String getParameter()
        Get the parameter name.
        Returns:
        String name
      • setParameter

        void setParameter​(String value)
        Set the parameter name.
        Parameters:
        value - String