Class Messenger

java.lang.Object
com.illumon.lang.meta.Messenger

public class Messenger extends Object
An instance of this object is sent to our parser, so that as it runs into invalid syntax, it can report useful errors, and allow handler code to inspect the jjtree parser when it occurs.
  • Constructor Details

    • Messenger

      public Messenger()
  • Method Details

    • report

      public void report(int code, Chunker ast)
    • getDiagnostics

      public List<Diagnostic> getDiagnostics()