Searched refs:goalTerm (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DEclipseConnection.java244 public CompoundTerm rpc(Object[] goalTerm) throws EclipseException, IOException; argument
H A DEclipseMultitaskConnectionImpl.java154 public CompoundTerm rpc(Object[] goalTerm) throws EclipseException, IOException { argument
155 return rpc(new CompoundTermImpl(goalTerm));
H A DOutOfProcessEclipse.java435 public CompoundTerm rpc(Object[] goalTerm) throws EclipseException, IOException argument
437 return(eclipseConnection.rpc(goalTerm));
H A DEclipseConnectionImpl.java357 public CompoundTerm rpc(Object[] goalTerm) throws EclipseException, IOException argument
359 return(rpc(new CompoundTermImpl(goalTerm)));

Completed in 45 milliseconds