Uses of Interface
com.igormaznitsa.prologparser.ParserContext
-
Packages that use ParserContext Package Description com.igormaznitsa.prologparser -
-
Uses of ParserContext in com.igormaznitsa.prologparser
Classes in com.igormaznitsa.prologparser that implement ParserContext Modifier and Type Class Description classDefaultParserContextDefault implementation of parser context.classParserContextChainAuxiliary class allows to make chain of prolog contexts.Fields in com.igormaznitsa.prologparser declared as ParserContext Modifier and Type Field Description protected ParserContextPrologParser. contextprivate ParserContext[]ParserContextChain. contextsMethods in com.igormaznitsa.prologparser that return ParserContext Modifier and Type Method Description ParserContextPrologParser. getContext()static ParserContextDefaultParserContext. of(int parserContextFlags)static ParserContextDefaultParserContext. of(int parserContextFlags, Op... operators)static ParserContextDefaultParserContext. of(int parserContextFlags, java.util.List<Op>... operators)static ParserContextParserContextChain. of(ParserContext... contexts)Methods in com.igormaznitsa.prologparser with parameters of type ParserContext Modifier and Type Method Description static ParserContextParserContextChain. of(ParserContext... contexts)Constructors in com.igormaznitsa.prologparser with parameters of type ParserContext Constructor Description GenericPrologParser(java.io.Reader reader, ParserContext context)ParserContextChain(ParserContext... contexts)PrologParser(java.io.Reader source, ParserContext context)
-