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

Method methodInstanceTermIsJNull

src/test/java/org/jpl7/Test.java:263–265  ·  view source on GitHub ↗
(Term t)

Source from the content-addressed store, hash-verified

261 }
262
263 public boolean methodInstanceTermIsJNull(Term t) {
264 return t.hasFunctor("@", 1) && t.arg(1).hasFunctor("null", 0);
265 }
266
267 public static void hello() {
268 System.out.println("hello");

Callers

nothing calls this directly

Calls 2

hasFunctorMethod · 0.45
argMethod · 0.45

Tested by

no test coverage detected