Modifier and Type | Class and Description |
---|---|
static class |
RemoteDebugEventSocketListener.ProxyToken |
static class |
RemoteDebugEventSocketListener.ProxyTree |
Modifier and Type | Field and Description |
---|---|
String |
grammarFileName |
String |
version
Version of ANTLR (dictates events)
|
Constructor and Description |
---|
RemoteDebugEventSocketListener(DebugEventListener listener,
String machine,
int port) |
Modifier and Type | Method and Description |
---|---|
protected void |
ack() |
protected void |
closeConnection() |
protected RemoteDebugEventSocketListener.ProxyTree |
deserializeNode(String[] elements,
int offset) |
protected RemoteDebugEventSocketListener.ProxyToken |
deserializeToken(String[] elements,
int offset) |
protected void |
dispatch(String line) |
protected void |
eventHandler() |
String[] |
getEventElements(String event) |
protected void |
handshake() |
protected boolean |
openConnection() |
void |
run() |
void |
start()
Create a thread to listen to the remote running recognizer
|
boolean |
tokenIndexesAreInvalid() |
protected String |
unEscapeNewlines(String txt) |
public String version
public String grammarFileName
public RemoteDebugEventSocketListener(DebugEventListener listener, String machine, int port) throws IOException
IOException
protected void eventHandler()
protected boolean openConnection()
protected void closeConnection()
protected void handshake() throws IOException
IOException
protected void ack()
protected void dispatch(String line)
protected RemoteDebugEventSocketListener.ProxyTree deserializeNode(String[] elements, int offset)
protected RemoteDebugEventSocketListener.ProxyToken deserializeToken(String[] elements, int offset)
public void start()
public boolean tokenIndexesAreInvalid()
Copyright © 2020. All rights reserved.