Parser.messageDelegate

Function or delegate that is called when a warning or error is encountered. The parameters are the file name, line number, column number, and the error or warning message.

  1. MessageFunction messageFunction;
  2. MessageDelegate messageDelegate;
    class Parser
    MessageDelegate messageDelegate;

Meta