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

Method hasFunctor

src/main/java/org/jpl7/JRef.java:89–92  ·  view source on GitHub ↗
(String name, int arity)

Source from the content-addressed store, hash-verified

87 }
88
89 public boolean hasFunctor(String name, int arity) {
90 return false; // according to functor/3, a <jref>(0x01d8000)'s functor
91 // name is the blob itself
92 }
93
94
95 /**

Calls

no outgoing calls