|
GNU Prolog for Java | |||||||||
PREV NEXT | FRAMES NO FRAMES |
CharConversionTable
to fromString
char_conversion
and current_char_conversion
and
TextInputPrologStream.readTerm(Term,Interpreter,ReadOptions)
.CharConversionTable
to term if this should happen.
Environment.runInitialization(Interpreter)
and from nowhere else.
Interpreters
for different
threads.
Environment.runInitialization(Interpreter)
after using this and
before expecting answers.
double_quotes flag
PrologHalt
DO NOT catch this.
Interpreter.Goal
and return the status code indicating how
successful this was.
AtomTerm
for this class.
PrologCode.HALT
returned by
the most recent call to Interpreter.execute(Goal)
.
gnu.prolog.io.parser.gen
.Term
that can be used.InterpretedCodeCompiler
uses the various classes beginning with I
and extending Instruction
in the
instruction
sub-package to
compile clauses to InterpretedByteCode
.AtomTerm
which can be got.create new interpreter from
Environment
L
and a R
(Because java doesn't do tuples)Interpreter.execute(Goal)
and then stop the goal.
Interpreter.stop(Goal)
should be run.
|
GNU Prolog for Java | |||||||||
PREV NEXT | FRAMES NO FRAMES |