|
GNU Prolog for Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object extended by gnu.prolog.term.Term extended by gnu.prolog.term.AtomicTerm
public abstract class AtomicTerm
base class for all constant terms
Field Summary |
---|
Fields inherited from class gnu.prolog.term.Term |
---|
ATOM, COMPOUND, FLOAT, INTEGER, JAVA_OBJECT, UNKNOWN, VARIABLE |
Constructor Summary | |
---|---|
AtomicTerm()
|
Method Summary | |
---|---|
Object |
clone()
clone the term. |
Term |
clone(TermCloneContext context)
clone the object using clone context |
Methods inherited from class gnu.prolog.term.Term |
---|
dereference, getTermType, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AtomicTerm()
Method Detail |
---|
public Term clone(TermCloneContext context)
Term
context
- clone context
public Object clone()
Term
|
GNU Prolog for Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |