Package io.deephaven.lang.meta
Class Messenger
- java.lang.Object
-
- io.deephaven.lang.meta.Messenger
-
public class Messenger extends java.lang.ObjectAn 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()voidreport(int code, Chunker ast)
-
-
-
Method Detail
-
report
public void report(int code, Chunker ast)
-
getDiagnostics
public java.util.List<io.deephaven.web.shared.ide.lsp.Diagnostic> getDiagnostics()
-
-