Package | Description |
---|---|
org.jpc.term.compiler |
Classes in this package are used internally by the embedded Prolog engine.
|
Modifier and Type | Method and Description |
---|---|
static CompiledVar |
CompiledVar.anonymousVar(int clauseId)
Implementation note: At the moment an anonymous variable keeps the clause id of the clause defining it for traceability reasons (e.g., to facilitate debugging).
|
CompiledVar |
Environment.compile(Var var)
Compiles a variable for the given clause id according to this compilation context.
|
Copyright © 2014. All rights reserved.