Class Messenger


  • public class Messenger
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      Messenger()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<io.deephaven.web.shared.ide.lsp.Diagnostic> getDiagnostics()  
      void report​(int code, Chunker ast)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Messenger

        public Messenger()
    • Method Detail

      • report

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

        public java.util.List<io.deephaven.web.shared.ide.lsp.Diagnostic> getDiagnostics()