|
GNU Prolog for Java | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrologCodeUpdatedEvent | |
---|---|
gnu.prolog.vm | |
gnu.prolog.vm.interpreter | InterpretedCodeCompiler uses the various classes beginning with I
and extending Instruction in the
instruction sub-package to
compile clauses to InterpretedByteCode . |
gnu.prolog.vm.interpreter.instruction |
Uses of PrologCodeUpdatedEvent in gnu.prolog.vm |
---|
Methods in gnu.prolog.vm with parameters of type PrologCodeUpdatedEvent | |
---|---|
void |
PrologCodeListener.prologCodeUpdated(PrologCodeUpdatedEvent evt)
this method is called when prolog code was updated |
Uses of PrologCodeUpdatedEvent in gnu.prolog.vm.interpreter |
---|
Methods in gnu.prolog.vm.interpreter with parameters of type PrologCodeUpdatedEvent | |
---|---|
void |
InterpretedByteCode.prologCodeUpdated(PrologCodeUpdatedEvent evt)
this method is called when prolog code was updated |
Uses of PrologCodeUpdatedEvent in gnu.prolog.vm.interpreter.instruction |
---|
Methods in gnu.prolog.vm.interpreter.instruction with parameters of type PrologCodeUpdatedEvent | |
---|---|
void |
ICall.prologCodeUpdated(PrologCodeUpdatedEvent evt)
notify instruction that prolog code for predicate was updated |
|
GNU Prolog for Java | |||||||||
PREV NEXT | FRAMES NO FRAMES |