Package com.igormaznitsa.prologparser
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 com.igormaznitsa.prologparser.PrologParser
context, EMPTY_TERM_ARRAY, META_OP_MAP, parserFlags -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.igormaznitsa.prologparser.PrologParser
autoCloseReader, close, findBaseMetaOperator, findMetaOps, getContext, getInternalTokenizer, hasNext, iterator, next, streamMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
GenericPrologParser
-