| 
 | GNU Prolog for Java | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PrologTextLoaderError | |
|---|---|
| gnu.prolog.database | Classes related to the storing and creation of the database of Prolog Predicates | 
| gnu.prolog.vm | The Virtual Machine which is used to run the prolog code. | 
| Uses of PrologTextLoaderError in gnu.prolog.database | 
|---|
| Fields in gnu.prolog.database with type parameters of type PrologTextLoaderError | |
|---|---|
| protected  List<PrologTextLoaderError> | PrologTextLoaderState.errorList | 
| protected  List<Pair<PrologTextLoaderError,Term>> | Module.initializationinitialization | 
| Methods in gnu.prolog.database that return PrologTextLoaderError | |
|---|---|
|  PrologTextLoaderError | PrologTextLoader.getCurrentPartialLoaderError()Get a PrologTextLoaderError for the position the PrologTextLoader is at to use later if something goes wrong caused by an error here. | 
| Methods in gnu.prolog.database that return types with arguments of type PrologTextLoaderError | |
|---|---|
|  List<PrologTextLoaderError> | PrologTextLoaderState.getErrors() | 
|  List<Pair<PrologTextLoaderError,Term>> | Module.getInitialization()get initaliztion | 
| Methods in gnu.prolog.database with parameters of type PrologTextLoaderError | |
|---|---|
|  void | Module.addInitialization(PrologTextLoaderError prologTextLoaderError,
                  Term term)add term to initialization list | 
|  void | PrologTextLoaderState.logError(PrologTextLoaderError partialError,
         String message)To be used for errors during initialisation | 
| Constructors in gnu.prolog.database with parameters of type PrologTextLoaderError | |
|---|---|
| PrologTextLoaderError(PrologTextLoaderError partialError,
                      String message) | |
| Uses of PrologTextLoaderError in gnu.prolog.vm | 
|---|
| Methods in gnu.prolog.vm that return types with arguments of type PrologTextLoaderError | |
|---|---|
|  List<PrologTextLoaderError> | Environment.getLoadingErrors() | 
| 
 | GNU Prolog for Java | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||