| 
 | GNU Prolog for Java | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PrologCodeListener | |
|---|---|
| gnu.prolog.vm | The Virtual Machine which is used to run the prolog code. | 
| gnu.prolog.vm.interpreter | InterpretedCodeCompileruses the various classes beginning with I
 and extendingInstructionin theinstructionsub-package to 
 compile clauses toInterpretedByteCode. | 
| gnu.prolog.vm.interpreter.instruction | |
| Uses of PrologCodeListener in gnu.prolog.vm | 
|---|
| Fields in gnu.prolog.vm with type parameters of type PrologCodeListener | |
|---|---|
| protected  ReferenceQueue<? super PrologCodeListener> | Environment.prologCodeListenerReferenceQueue | 
| Methods in gnu.prolog.vm with parameters of type PrologCodeListener | |
|---|---|
|  void | Environment.addPrologCodeListener(CompoundTermTag tag,
                      PrologCodeListener listener)add prolog code listener | 
|  void | Environment.removePrologCodeListener(CompoundTermTag tag,
                         PrologCodeListener listener)remove prolog code listener | 
| Uses of PrologCodeListener in gnu.prolog.vm.interpreter | 
|---|
| Classes in gnu.prolog.vm.interpreter that implement PrologCodeListener | |
|---|---|
|  class | InterpretedByteCodeInterpreted Code. | 
| Uses of PrologCodeListener in gnu.prolog.vm.interpreter.instruction | 
|---|
| Classes in gnu.prolog.vm.interpreter.instruction that implement PrologCodeListener | |
|---|---|
|  class | ICallcall instruction. | 
| 
 | GNU Prolog for Java | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||