public Object call(InterpreterResponse arg) {
return null;
}
};
comm.hello(new NullProgressMonitor());
comm.execInterpreter("var a = 10;", onResponseReceived, onContentsReceived);
comm.getCompletions("var a = 10;", "a", 5);
comm.getDescription("a");
comm.close();