Lines Matching refs:new

184     EclipseEngineOptions eclipseEngineOptions = new EclipseEngineOptions();
323 Atom a = new Atom("a");
324 Atom b = new Atom("b");
325 Integer numberThree = new Integer(3);
326 CompoundTerm theTerm = new CompoundTermImpl("foo", a, b, numberThree);
371 Collection theCollection = new LinkedList();
373 theCollection.add(new Integer(1));
374 theCollection.add(new CompoundTermImpl("foo", new Double(3.5)));
375 theCollection.add(new Atom("bar"));
476 new CompoundTermImpl(",",
477 new CompoundTermImpl("write",
478 new Atom("output"), a_term),
479 new CompoundTermImpl("flush", new Atom("output"))
484 new {\it CompoundTermImpl} for the conjunction of goals in the above
573 System.out.println(eclipse.rpc(new CompoundTermImpl("q", null, null)));
660 which represents a new queue. To specify the stream for later
672 These methods will create and return new {\it FromEclipseQueue} or
755 source of the EXDR data for the new stream. If data has been written
757 the {\tt readTerm} method of the new {\it EXDRInputStream}. This
764 stream is the destination of the data written to the new stream. You
802 java_to_eclipse_formatted = new EXDROutputStream(java_to_eclipse);
803 eclipse_to_java_formatted = new EXDRInputStream(eclipse_to_java);
958 which represents a new queue. To specify the stream for later
969 Teh method will create and return a new {\it AsyncEclipseQueue}
1014 new data arrives on a previously empty queue.
1125 configuration choices for a new {\eclipse} engine.
1307 OutOfProcessEclipse} does not affect our ability to create new {\it