Package | Description |
---|---|
org.jpc.converter.catalog.datetime | |
org.jpc.converter.catalog.primitive | |
org.jpc.converter.typesolver.catalog | |
org.jpc.engine.prolog | |
org.jpc.term | |
org.jpc.term.visitor | |
org.jpc.util |
Modifier and Type | Method and Description |
---|---|
Atom |
CalendarToAtomConverter.toTerm(T calendar,
Class<Atom> termClass,
Jpc context) |
Modifier and Type | Method and Description |
---|---|
T |
CalendarToAtomConverter.fromTerm(Atom term,
Type targetType,
Jpc context) |
Modifier and Type | Method and Description |
---|---|
Atom |
CalendarToAtomConverter.toTerm(T calendar,
Class<Atom> termClass,
Jpc context) |
Modifier and Type | Method and Description |
---|---|
Atom |
BooleanConverter.toTerm(Boolean bool,
Class<Atom> termClass,
Jpc context) |
Atom |
ObjectToAtomConverter.toTerm(T object,
Class<Atom> termClass,
Jpc context) |
Modifier and Type | Method and Description |
---|---|
T |
ObjectToAtomConverter.fromTerm(Atom term,
Type targetType,
Jpc context) |
Boolean |
BooleanConverter.fromTerm(Atom atom,
Type type,
Jpc context) |
Modifier and Type | Method and Description |
---|---|
Atom |
BooleanConverter.toTerm(Boolean bool,
Class<Atom> termClass,
Jpc context) |
Atom |
ObjectToAtomConverter.toTerm(T object,
Class<Atom> termClass,
Jpc context) |
Modifier and Type | Method and Description |
---|---|
Type |
AtomTypeSolver.inferType(Atom atom) |
Modifier and Type | Method and Description |
---|---|
Atom |
Specifier.asTerm() |
Atom |
Operator.asTerm() |
Modifier and Type | Field and Description |
---|---|
static Atom |
Atom.FAIL_TERM |
static Atom |
Atom.NIL |
static Atom |
Atom.TRUE_TERM |
Modifier and Type | Method and Description |
---|---|
void |
TermVisitor.visitAtom(Atom atom) |
void |
DefaultTermVisitor.visitAtom(Atom term) |
Modifier and Type | Method and Description |
---|---|
<T> T |
PrologSpeakingObject.getField(Atom fieldName) |
<T> T |
PrologSpeakingObject.invoke(Atom methodName,
List<? extends Term> argTerms) |
void |
PrologSpeakingObject.setField(Atom fieldName,
Term fieldValueTerm) |
Copyright © 2014. All rights reserved.