MCPcopy Create free account
hub / github.com/SWI-Prolog/packages-jpl / toString

Method toString

src/examples/java/test/Test.java:334–336  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

332 }
333
334 public java.lang.String toString() {
335 return "(QueryThread id=" + id_ + ")";
336 }
337
338 public void run() {
339 Query query = new Query("p", new Term[] { new Atom("a"), new Atom("a") });

Callers 5

mainMethod · 0.45
mainMethod · 0.45
report_selected_flagsMethod · 0.45
report_all_flagsMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected