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

Method get_integer_big

src/main/java/org/jpl7/fli/Prolog.java:149–149  ·  view source on GitHub ↗
(term_t t, StringHolder s)

Source from the content-addressed store, hash-verified

147 public static native boolean get_integer(term_t t, Int64Holder i);
148
149 public static native boolean get_integer_big(term_t t, StringHolder s);
150
151 public static native boolean get_rational(term_t t, StringHolder s);
152

Callers 1

getLoopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected