Class GenericPrologParser
java.lang.Object
com.igormaznitsa.prologparser.PrologParser
com.igormaznitsa.prologparser.GenericPrologParser
- All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<PrologTerm>
Generic version of prolog parser.
-
Field Summary
Fields inherited from class PrologParser
context, EMPTY_TERM_ARRAY, META_OP_MAP, parserFlags -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PrologParser
autoCloseReader, close, findBaseMetaOperator, findMetaOps, getContext, getInternalTokenizer, hasNext, iterator, next, streamMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
GenericPrologParser
-