Interface IASTPreprocessorErrorStatement

All Superinterfaces:
IASTNode, IASTPreprocessorStatement

public interface IASTPreprocessorErrorStatement extends IASTPreprocessorStatement
This interface represent a preprocessor #error statement.
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.
  • Method Details

    • getMessage

      char[] getMessage()
      The Error Message.
      Returns:
      the Message