Kernel Prolog with Fluent based Builtins

tarau.jinni
Class commaToken

java.lang.Object
  |
  +--tarau.jinni.Term
        |
        +--tarau.jinni.Nonvar
              |
              +--tarau.jinni.Const
                    |
                    +--tarau.jinni.Token
                          |
                          +--tarau.jinni.commaToken

class commaToken
extends Token


Fields inherited from class tarau.jinni.Const
aFail, anEof, aNil, aNo, aTrue, aYes, sym
 
Fields inherited from class tarau.jinni.Term
CONST, INT, JAVA, REAL, VAR
 
Constructor Summary
commaToken()
           
 
Methods inherited from class tarau.jinni.Const
bind_to, eq, getArity, getKey, name, qname, the, toBuiltin, toString, toUnquoted
 
Methods inherited from class tarau.jinni.Nonvar
listify, unify_to
 
Methods inherited from class tarau.jinni.Term
action, charsToString, copy, exec, exec, fromString, isBuiltin, isClause, matches, matching_copy, numbervars, pprint, pprint, reaction, ref, stringToChars, toChars, toClause, token, toObject, toTerm, undo, unify, varsOf
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

commaToken

public commaToken()

Kernel Prolog with Fluent based Builtins