Package | Description |
---|---|
org.jpc.term | |
org.jpc.term.compiler |
Classes in this package are used internally by the embedded Prolog engine.
|
org.jpc.util |
Modifier and Type | Field and Description |
---|---|
static Var |
Var.ANONYMOUS_VAR |
Modifier and Type | Method and Description |
---|---|
static List<Var> |
Var.asVariables(Iterable<String> variablesNames) |
Modifier and Type | Method and Description |
---|---|
CompiledVar |
Environment.compile(Var var)
Compiles a variable for the given clause id according to this compilation context.
|
Modifier and Type | Method and Description |
---|---|
static List<Var> |
PrologUtil.anonymousVariables(int n)
Answers a list of anonymous logic variables
|
Copyright © 2014. All rights reserved.