Uses of Interface
com.igormaznitsa.prologparser.ParserContext
Packages that use ParserContext
-
Uses of ParserContext in com.igormaznitsa.prologparser
Classes in com.igormaznitsa.prologparser that implement ParserContextModifier and TypeClassDescriptionclassDefault implementation of parser context.classAuxiliary class allows to make chain of prolog contexts.Fields in com.igormaznitsa.prologparser declared as ParserContextModifier and TypeFieldDescriptionprotected final ParserContextPrologParser.contextprivate final ParserContext[]ParserContextChain.contextsMethods in com.igormaznitsa.prologparser that return ParserContextModifier and TypeMethodDescriptionPrologParser.getContext()static ParserContextDefaultParserContext.of(int parserContextFlags) static ParserContextstatic ParserContextstatic ParserContextParserContextChain.of(ParserContext... contexts) Methods in com.igormaznitsa.prologparser with parameters of type ParserContextModifier and TypeMethodDescriptionstatic ParserContextParserContextChain.of(ParserContext... contexts) Constructors in com.igormaznitsa.prologparser with parameters of type ParserContextModifierConstructorDescriptionGenericPrologParser(Reader reader, ParserContext context) ParserContextChain(ParserContext... contexts) PrologParser(Reader source, ParserContext context)