Interface PdeParseTreeListener.PdeParseTreeErrorListener

Enclosing class:
PdeParseTreeListener

public static interface PdeParseTreeListener.PdeParseTreeErrorListener
Listener for issues encountered while processing a valid pde parse tree.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback to invoke when an issue is encountered while processing a valid PDE parse tree.
  • Method Details

    • onError

      void onError(PdePreprocessIssue issue)
      Callback to invoke when an issue is encountered while processing a valid PDE parse tree.
      Parameters:
      issue - The issue reported.