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

Method toString

src/main/java/org/jpl7/Query.java:1010–1012  ·  view source on GitHub ↗

Returns a crude String representation of a Query. @return a crude String representation of a Query

()

Source from the content-addressed store, hash-verified

1008 * @return a crude String representation of a Query
1009 */
1010 public String toString() {
1011 return goal_.name() + "( " + Term.toString(goal_.args()) + " )";
1012 }
1013}

Callers 1

closeMethod · 0.95

Calls 3

toStringMethod · 0.95
nameMethod · 0.45
argsMethod · 0.45

Tested by

no test coverage detected