Package com.igormaznitsa.prologparser
Class GenericPrologParser
- java.lang.Object
-
- com.igormaznitsa.prologparser.PrologParser
-
- com.igormaznitsa.prologparser.GenericPrologParser
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,java.lang.Iterable<PrologTerm>
public class GenericPrologParser extends PrologParser
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 Constructor Description GenericPrologParser(java.io.Reader reader, ParserContext context)
-
Method Summary
-
Methods inherited from class com.igormaznitsa.prologparser.PrologParser
autoCloseReader, close, findBaseMetaOperator, findMetaOps, getContext, getInternalTokenizer, hasNext, iterator, next, stream
-
-
-
-
Constructor Detail
-
GenericPrologParser
public GenericPrologParser(java.io.Reader reader, ParserContext context)
-
-