jar

com.github.java-prolog-connectivity : jpc

Maven & Gradle

Jun 01, 2017
2 usages
8 stars

JPC · The Java-Prolog Connectivity Project

Table Of Contents

Latest Version

Download com.github.java-prolog-connectivity : jpc JAR file - Latest Versions:

All Versions

Download com.github.java-prolog-connectivity : jpc JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jpc-0.0.1-alpha.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jpc.mapping.typesolver

├─ org.jpc.mapping.typesolver.JpcTypeSolverManager.class - [JAR]

org.jpc.mapping.typesolver.catalog

├─ org.jpc.mapping.typesolver.catalog.AtomTypeSolver.class - [JAR]

├─ org.jpc.mapping.typesolver.catalog.CharacterTypeSolver.class - [JAR]

├─ org.jpc.mapping.typesolver.catalog.FloatTermTypeSolver.class - [JAR]

├─ org.jpc.mapping.typesolver.catalog.IntegerTermTypeSolver.class - [JAR]

├─ org.jpc.mapping.typesolver.catalog.ListTypeSolver.class - [JAR]

├─ org.jpc.mapping.typesolver.catalog.MapTypeSolver.class - [JAR]

├─ org.jpc.mapping.typesolver.catalog.NumberTypeSolver.class - [JAR]

├─ org.jpc.mapping.typesolver.catalog.StringTypeSolver.class - [JAR]

org.jpc.mapping.converter.catalog.refterm

├─ org.jpc.mapping.converter.catalog.refterm.FromRefTermConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.refterm.TermToRefTermTypeConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.refterm.ToRefTermConverter.class - [JAR]

org.jpc.term.refterm

├─ org.jpc.term.refterm.RefTermIdManager.class - [JAR]

├─ org.jpc.term.refterm.RefTermManager.class - [JAR]

├─ org.jpc.term.refterm.RefTermType.class - [JAR]

org.jpc.util.concurrent

├─ org.jpc.util.concurrent.ThreadLocalPrologEngine.class - [JAR]

├─ org.jpc.util.concurrent.ThreadLocalPrologEngineProvider.class - [JAR]

org.jpc.util.reification

├─ org.jpc.util.reification.ReflectiveClass.class - [JAR]

├─ org.jpc.util.reification.ReflectiveObject.class - [JAR]

org.jpc.internal.io

├─ org.jpc.internal.io.FileUtil.class - [JAR]

org.jpc.internal.collections

├─ org.jpc.internal.collections.CollectionsUtil.class - [JAR]

org.jpc.mapping.converter.catalog.reflection

├─ org.jpc.mapping.converter.catalog.reflection.ConstructorCallConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.reflection.EnumConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.reflection.MethodCallConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.reflection.ReflectiveClassConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.reflection.ReflectiveObjectConverter.class - [JAR]

org.jpc.engine.provider

├─ org.jpc.engine.provider.LazyEngineProvider.class - [JAR]

├─ org.jpc.engine.provider.PrologEngineFactoryProvider.class - [JAR]

├─ org.jpc.engine.provider.PrologEngineProvider.class - [JAR]

├─ org.jpc.engine.provider.PrologEngineProviderManager.class - [JAR]

├─ org.jpc.engine.provider.SimpleEngineProvider.class - [JAR]

org.jpc.mapping.converter.catalog.net

├─ org.jpc.mapping.converter.catalog.net.UriConverter.class - [JAR]

org.jpc.query

├─ org.jpc.query.Cursor.class - [JAR]

├─ org.jpc.query.CursorAdapter.class - [JAR]

├─ org.jpc.query.CursorFilter.class - [JAR]

├─ org.jpc.query.CursorState.class - [JAR]

├─ org.jpc.query.DeterministicPrologQuery.class - [JAR]

├─ org.jpc.query.LogtalkQuery.class - [JAR]

├─ org.jpc.query.ObservableQuery.class - [JAR]

├─ org.jpc.query.PrologQuery.class - [JAR]

├─ org.jpc.query.Query.class - [JAR]

├─ org.jpc.query.QueryAdapter.class - [JAR]

├─ org.jpc.query.QueryListener.class - [JAR]

├─ org.jpc.query.Solution.class - [JAR]

├─ org.jpc.query.SolutionToTermFunction.class - [JAR]

├─ org.jpc.query.TermToObjectFunction.class - [JAR]

org.jpc.util.salt.adapters

├─ org.jpc.util.salt.adapters.ChangeVariableNameAdapter.class - [JAR]

├─ org.jpc.util.salt.adapters.ReplaceVariableAdapter.class - [JAR]

org.jpc.util.engine

├─ org.jpc.util.engine.PrologResourceLoader.class - [JAR]

org.jpc.mapping.converter.catalog.datetime

├─ org.jpc.mapping.converter.catalog.datetime.CalendarToAtomConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.datetime.CalendarToNumberTermConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.datetime.XMLGregorianCalendarConverter.class - [JAR]

org.jpc.term.compiler

├─ org.jpc.term.compiler.BindableVar.class - [JAR]

├─ org.jpc.term.compiler.CompiledVar.class - [JAR]

├─ org.jpc.term.compiler.Environment.class - [JAR]

├─ org.jpc.term.compiler.Register.class - [JAR]

├─ org.jpc.term.compiler.UncompiledTermException.class - [JAR]

├─ org.jpc.term.compiler.VarCell.class - [JAR]

org.jpc.internal.reflection

├─ org.jpc.internal.reflection.BeansUtil2.class - [JAR]

├─ org.jpc.internal.reflection.ReflectionUtil.class - [JAR]

├─ org.jpc.internal.reflection.ReflectionsUtil.class - [JAR]

org.jpc.mapping.converter.catalog

├─ org.jpc.mapping.converter.catalog.CustomTermToObjectConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.JRefToObjectConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.JpcContextConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.NullConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.SequenceConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.TermConvertableConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.TermSpecifierConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.TypedTermToObjectConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.VarConverter.class - [JAR]

org.jpc.mapping.converter.catalog.util

├─ org.jpc.mapping.converter.catalog.util.OptionalConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.util.UuidConverter.class - [JAR]

org.jpc.error.handling

├─ org.jpc.error.handling.DefaultJpcErrorHandler.class - [JAR]

├─ org.jpc.error.handling.ErrorHandler.class - [JAR]

├─ org.jpc.error.handling.ErrorHandlerManager.class - [JAR]

├─ org.jpc.error.handling.JpcConverterErrorHandler.class - [JAR]

org.jpc.engine.prolog

├─ org.jpc.engine.prolog.AbstractPrologEngine.class - [JAR]

├─ org.jpc.engine.prolog.Flag.class - [JAR]

├─ org.jpc.engine.prolog.Operator.class - [JAR]

├─ org.jpc.engine.prolog.OperatorsContext.class - [JAR]

├─ org.jpc.engine.prolog.PrologConstants.class - [JAR]

├─ org.jpc.engine.prolog.PrologDatabase.class - [JAR]

├─ org.jpc.engine.prolog.PrologEngine.class - [JAR]

├─ org.jpc.engine.prolog.PrologEngineInitializationException.class - [JAR]

├─ org.jpc.engine.prolog.PrologEngineProxy.class - [JAR]

├─ org.jpc.engine.prolog.PrologEngines.class - [JAR]

├─ org.jpc.engine.prolog.PrologFlag.class - [JAR]

├─ org.jpc.engine.prolog.ReturnSpecifierConstants.class - [JAR]

├─ org.jpc.engine.prolog.Specifier.class - [JAR]

├─ org.jpc.engine.prolog.ThreadModel.class - [JAR]

org.jpc.engine.prolog.driver

├─ org.jpc.engine.prolog.driver.AbstractPrologEngineDriver.class - [JAR]

├─ org.jpc.engine.prolog.driver.PrologEngineDriver.class - [JAR]

├─ org.jpc.engine.prolog.driver.PrologEngineDriverProxy.class - [JAR]

├─ org.jpc.engine.prolog.driver.PrologEngineFactory.class - [JAR]

├─ org.jpc.engine.prolog.driver.PrologEngineFactoryMethod.class - [JAR]

├─ org.jpc.engine.prolog.driver.UniquePrologEngineDriver.class - [JAR]

org.jpc.mapping.converter.catalog.serialized

├─ org.jpc.mapping.converter.catalog.serialized.FromSerializedConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.serialized.ToSerializedConverter.class - [JAR]

org.jpc.internal.regex

├─ org.jpc.internal.regex.RegExUtil.class - [JAR]

org.jpc.util.resource

├─ org.jpc.util.resource.LogicResource.class - [JAR]

├─ org.jpc.util.resource.LogtalkResource.class - [JAR]

├─ org.jpc.util.resource.PrologResource.class - [JAR]

org.jpc.internal.gc

├─ org.jpc.internal.gc.Cleanable.class - [JAR]

├─ org.jpc.internal.gc.CleanablePhantomReference.class - [JAR]

├─ org.jpc.internal.gc.CleanableSoftReference.class - [JAR]

├─ org.jpc.internal.gc.CleanableWeakReference.class - [JAR]

├─ org.jpc.internal.gc.ReferenceType.class - [JAR]

├─ org.jpc.internal.gc.ReferencesCleaner.class - [JAR]

├─ org.jpc.internal.gc.StrongReference.class - [JAR]

org.jpc.util.salt

├─ org.jpc.util.salt.CachedPrologEngineWriter.class - [JAR]

├─ org.jpc.util.salt.JpcTermBuilder.class - [JAR]

├─ org.jpc.util.salt.JpcTermStreamer.class - [JAR]

├─ org.jpc.util.salt.PrologContentHandler.class - [JAR]

├─ org.jpc.util.salt.TermAdapter.class - [JAR]

├─ org.jpc.util.salt.TermBuilder.class - [JAR]

├─ org.jpc.util.salt.TermContentHandler.class - [JAR]

├─ org.jpc.util.salt.TermReader.class - [JAR]

├─ org.jpc.util.salt.TermStreamer.class - [JAR]

org.jpc.engine.embedded.database

├─ org.jpc.engine.embedded.database.ArgumentIndexFunction.class - [JAR]

├─ org.jpc.engine.embedded.database.ClauseDatabase.class - [JAR]

├─ org.jpc.engine.embedded.database.FunctorIndexFunction.class - [JAR]

├─ org.jpc.engine.embedded.database.Index.class - [JAR]

├─ org.jpc.engine.embedded.database.IndexChangeListener.class - [JAR]

├─ org.jpc.engine.embedded.database.IndexDescriptor.class - [JAR]

├─ org.jpc.engine.embedded.database.IndexDescriptorAdapter.class - [JAR]

├─ org.jpc.engine.embedded.database.IndexManager.class - [JAR]

├─ org.jpc.engine.embedded.database.IndexedClauseIterator.class - [JAR]

├─ org.jpc.engine.embedded.database.IndexedClauses.class - [JAR]

├─ org.jpc.engine.embedded.database.MutableIndexManager.class - [JAR]

├─ org.jpc.engine.embedded.database.NonIndexableTermException.class - [JAR]

├─ org.jpc.engine.embedded.database.UpdatableIndexFunction.class - [JAR]

org.jpc.mapping.converter

├─ org.jpc.mapping.converter.Adapters.class - [JAR]

├─ org.jpc.mapping.converter.FromTermConverter.class - [JAR]

├─ org.jpc.mapping.converter.JpcConverter.class - [JAR]

├─ org.jpc.mapping.converter.JpcConverterManager.class - [JAR]

├─ org.jpc.mapping.converter.SimpleFromTermConverter.class - [JAR]

├─ org.jpc.mapping.converter.SimpleToTermConverter.class - [JAR]

├─ org.jpc.mapping.converter.TermConvertable.class - [JAR]

├─ org.jpc.mapping.converter.TermDomain.class - [JAR]

├─ org.jpc.mapping.converter.ToTermConverter.class - [JAR]

org.jpc.util.config

├─ org.jpc.util.config.EngineConfiguration.class - [JAR]

├─ org.jpc.util.config.EngineConfigurationDeserializer.class - [JAR]

├─ org.jpc.util.config.EngineConfigurationManager.class - [JAR]

├─ org.jpc.util.config.JpcConfiguration.class - [JAR]

├─ org.jpc.util.config.JpcConfigurationDeserializer.class - [JAR]

org.jpc.util.engine.supported

├─ org.jpc.util.engine.supported.EngineDescription.class - [JAR]

├─ org.jpc.util.engine.supported.JpcEmbedded.class - [JAR]

├─ org.jpc.util.engine.supported.Swi.class - [JAR]

├─ org.jpc.util.engine.supported.Xsb.class - [JAR]

├─ org.jpc.util.engine.supported.Yap.class - [JAR]

org.jpc

├─ org.jpc.Jpc.class - [JAR]

├─ org.jpc.JpcBuilder.class - [JAR]

├─ org.jpc.JpcConfigurator.class - [JAR]

├─ org.jpc.JpcException.class - [JAR]

├─ org.jpc.JpcImpl.class - [JAR]

org.jpc.internal.os

├─ org.jpc.internal.os.OsUtil.class - [JAR]

org.jpc.util.termprocessor

├─ org.jpc.util.termprocessor.CompositeTermProcessor.class - [JAR]

├─ org.jpc.util.termprocessor.ConditionalTermProcessor.class - [JAR]

├─ org.jpc.util.termprocessor.GenericTermCollector.class - [JAR]

├─ org.jpc.util.termprocessor.JpcTermCollector.class - [JAR]

├─ org.jpc.util.termprocessor.PrologAbstractWriter.class - [JAR]

├─ org.jpc.util.termprocessor.PrologEngineWriter.class - [JAR]

├─ org.jpc.util.termprocessor.PrologFileWriter.class - [JAR]

├─ org.jpc.util.termprocessor.PrologPrintStream.class - [JAR]

├─ org.jpc.util.termprocessor.PrologPrintWriter.class - [JAR]

├─ org.jpc.util.termprocessor.PrologStringWriter.class - [JAR]

├─ org.jpc.util.termprocessor.TermProcessor.class - [JAR]

org.jpc.util.javafx

├─ org.jpc.util.javafx.JavaFXLauncher.class - [JAR]

org.jpc.mapping.converter.catalog.reflection.type

├─ org.jpc.mapping.converter.catalog.reflection.type.ClassConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.reflection.type.GenericArrayTypeToTermConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.reflection.type.ParameterizedTypeConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.reflection.type.ReificationConstants.class - [JAR]

├─ org.jpc.mapping.converter.catalog.reflection.type.TermToArrayTypeConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.reflection.type.TypeVariableToTermConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.reflection.type.WildcardTypeToTermConverter.class - [JAR]

org.jpc.engine.dialect

├─ org.jpc.engine.dialect.Dialect.class - [JAR]

├─ org.jpc.engine.dialect.DialectProperties.class - [JAR]

├─ org.jpc.engine.dialect.Language.class - [JAR]

org.jpc.mapping.converter.catalog.collection

├─ org.jpc.mapping.converter.catalog.collection.ArrayConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.collection.CollectionConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.collection.EnumerationConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.collection.IterableConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.collection.IteratorConverter.class - [JAR]

org.jpc.engine.logtalk

├─ org.jpc.engine.logtalk.Logtalk.class - [JAR]

├─ org.jpc.engine.logtalk.LogtalkConstants.class - [JAR]

├─ org.jpc.engine.logtalk.LogtalkEngine.class - [JAR]

├─ org.jpc.engine.logtalk.LogtalkFlag.class - [JAR]

├─ org.jpc.engine.logtalk.LogtalkLibrary.class - [JAR]

├─ org.jpc.engine.logtalk.LogtalkLibraryDescription.class - [JAR]

├─ org.jpc.engine.logtalk.LogtalkLibraryItem.class - [JAR]

├─ org.jpc.engine.logtalk.LogtalkObject.class - [JAR]

├─ org.jpc.engine.logtalk.User.class - [JAR]

org.jpc.mapping.converter.catalog.map

├─ org.jpc.mapping.converter.catalog.map.MapConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.map.MapEntryConverter.class - [JAR]

org.jpc.mapping.converter.catalog.error

├─ org.jpc.mapping.converter.catalog.error.DomainErrorConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.error.EvaluationErrorConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.error.ExistenceErrorConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.error.InstantiationErrorConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.error.IsoPrologErrorConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.error.PermissionErrorConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.error.PrologErrorConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.error.RepresentationErrorConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.error.ResourceErrorConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.error.StackTraceElementConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.error.SyntaxErrorConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.error.SystemErrorConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.error.ThrowableConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.error.TypeErrorConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.error.UnknownIsoPrologErrorConverter.class - [JAR]

org.jpc.engine.embedded

├─ org.jpc.engine.embedded.Clause.class - [JAR]

├─ org.jpc.engine.embedded.JpcEngine.class - [JAR]

├─ org.jpc.engine.embedded.JpcEngineDriver.class - [JAR]

├─ org.jpc.engine.embedded.JpcQuery.class - [JAR]

├─ org.jpc.engine.embedded.Rule.class - [JAR]

org.jpc.internal.concurrent

├─ org.jpc.internal.concurrent.DelegatedExecutorService.class - [JAR]

├─ org.jpc.internal.concurrent.ExecutionResult.class - [JAR]

├─ org.jpc.internal.concurrent.ObservedThreadFactory.class - [JAR]

├─ org.jpc.internal.concurrent.OneThreadExecutor.class - [JAR]

├─ org.jpc.internal.concurrent.OneThreadFactory.class - [JAR]

├─ org.jpc.internal.concurrent.SynchronousExecutor.class - [JAR]

├─ org.jpc.internal.concurrent.ThreadFactoryObserver.class - [JAR]

org.jpc.util

├─ org.jpc.util.ConversionUtil.class - [JAR]

├─ org.jpc.util.DriverUtil.class - [JAR]

├─ org.jpc.util.JpcPreferences.class - [JAR]

├─ org.jpc.util.LogtalkUtil.class - [JAR]

├─ org.jpc.util.ParadigmLeakUtil.class - [JAR]

├─ org.jpc.util.PrologSpeakingClass.class - [JAR]

├─ org.jpc.util.PrologSpeakingObject.class - [JAR]

├─ org.jpc.util.PrologUtil.class - [JAR]

├─ org.jpc.util.ResourceManager.class - [JAR]

├─ org.jpc.util.TermJoiner.class - [JAR]

├─ org.jpc.util.TermPredicates.class - [JAR]

org.jpc.mapping.converter.catalog.io

├─ org.jpc.mapping.converter.catalog.io.FileConverter.class - [JAR]

org.jpc.engine.listener

├─ org.jpc.engine.listener.DriverStateListener.class - [JAR]

├─ org.jpc.engine.listener.PrologEngineCreationListener.class - [JAR]

├─ org.jpc.engine.listener.PrologEngineLifeCycleListener.class - [JAR]

├─ org.jpc.engine.listener.PrologEngineShutdownListener.class - [JAR]

org.jpc.term.unification

├─ org.jpc.term.unification.NonUnifiableException.class - [JAR]

org.jpc.util.termprocessor.strategy

├─ org.jpc.util.termprocessor.strategy.MatchingTermProcessorStrategy.class - [JAR]

├─ org.jpc.util.termprocessor.strategy.PredicateTermProcessorStrategy.class - [JAR]

├─ org.jpc.util.termprocessor.strategy.TermProcessorStrategy.class - [JAR]

org.jpc.term.expansion

├─ org.jpc.term.expansion.CachedTermExpander.class - [JAR]

├─ org.jpc.term.expansion.DefaultTermExpander.class - [JAR]

├─ org.jpc.term.expansion.DictionarySymbolExpander.class - [JAR]

├─ org.jpc.term.expansion.ParameterizedSymbolExpander.class - [JAR]

├─ org.jpc.term.expansion.PositionalSymbolExpander.class - [JAR]

org.jpc.error

├─ org.jpc.error.DomainError.class - [JAR]

├─ org.jpc.error.EvaluationError.class - [JAR]

├─ org.jpc.error.ExistenceError.class - [JAR]

├─ org.jpc.error.InstantiationError.class - [JAR]

├─ org.jpc.error.IsoPrologError.class - [JAR]

├─ org.jpc.error.PermissionError.class - [JAR]

├─ org.jpc.error.PrologError.class - [JAR]

├─ org.jpc.error.PrologParsingException.class - [JAR]

├─ org.jpc.error.RepresentationError.class - [JAR]

├─ org.jpc.error.ResourceError.class - [JAR]

├─ org.jpc.error.SyntaxError.class - [JAR]

├─ org.jpc.error.SystemError.class - [JAR]

├─ org.jpc.error.TypeError.class - [JAR]

├─ org.jpc.error.UnknownIsoPrologError.class - [JAR]

org.jpc.engine.profile

├─ org.jpc.engine.profile.LogtalkEngineProfile.class - [JAR]

├─ org.jpc.engine.profile.PreloaderEngineProfile.class - [JAR]

├─ org.jpc.engine.profile.PrologEngineProfile.class - [JAR]

├─ org.jpc.engine.profile.PrologEngineProfileFactory.class - [JAR]

org.jpc.mapping.converter.catalog.primitive

├─ org.jpc.mapping.converter.catalog.primitive.BooleanConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.primitive.CharacterToNumberTermConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.primitive.NumberToNumberTermConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.primitive.ObjectToAtomConverter.class - [JAR]

├─ org.jpc.mapping.converter.catalog.primitive.StringToNumberTermConverter.class - [JAR]

org.jpc.term.visitor

├─ org.jpc.term.visitor.DefaultTermVisitor.class - [JAR]

├─ org.jpc.term.visitor.TermVisitor.class - [JAR]

├─ org.jpc.term.visitor.VariablesCollectorVisitor.class - [JAR]

org.jpc.term

├─ org.jpc.term.AbstractVar.class - [JAR]

├─ org.jpc.term.Atom.class - [JAR]

├─ org.jpc.term.Compound.class - [JAR]

├─ org.jpc.term.Float.class - [JAR]

├─ org.jpc.term.Functor.class - [JAR]

├─ org.jpc.term.Integer.class - [JAR]

├─ org.jpc.term.JRef.class - [JAR]

├─ org.jpc.term.ListTerm.class - [JAR]

├─ org.jpc.term.NotAListException.class - [JAR]

├─ org.jpc.term.Number.class - [JAR]

├─ org.jpc.term.SerializedTerm.class - [JAR]

├─ org.jpc.term.Term.class - [JAR]

├─ org.jpc.term.TermConstants.class - [JAR]

├─ org.jpc.term.Var.class - [JAR]

Advertisement