Class RemoteDebugEventSocketListener

  • All Implemented Interfaces:
    Runnable

    public class RemoteDebugEventSocketListener
    extends Object
    implements Runnable
    • Field Detail

      • version

        public String version
        Version of ANTLR (dictates events)
      • grammarFileName

        public String grammarFileName
    • Method Detail

      • eventHandler

        protected void eventHandler()
      • openConnection

        protected boolean openConnection()
      • closeConnection

        protected void closeConnection()
      • ack

        protected void ack()
      • dispatch

        protected void dispatch​(String line)
      • start

        public void start()
        Create a thread to listen to the remote running recognizer
      • run

        public void run()
        Specified by:
        run in interface Runnable
      • getEventElements

        public String[] getEventElements​(String event)
      • unEscapeNewlines

        protected String unEscapeNewlines​(String txt)
      • tokenIndexesAreInvalid

        public boolean tokenIndexesAreInvalid()