Uses of Class
org.jparsec.ParseContext
Packages that use ParseContext
-
Uses of ParseContext in org.jparsec
Subclasses of ParseContext in org.jparsecModifier and TypeClassDescription(package private) final classRepresentsParseContextfor token level parsing.(package private) final classParser state for scanner.Methods in org.jparsec with parameters of type ParseContextModifier and TypeMethodDescription(package private) booleanBestParser.apply(ParseContext ctxt) (package private) final booleanDelimitedParser.apply(ParseContext ctxt) (package private) booleanEmptyListParser.apply(ParseContext ctxt) (package private) booleanNestableBlockCommentScanner.apply(ParseContext ctxt) (package private) abstract booleanParser.apply(ParseContext ctxt) (package private) booleanReluctantBetweenParser.apply(ParseContext ctxt) Deprecated.(package private) booleanRepeatAtLeastParser.apply(ParseContext ctxt) (package private) booleanRepeatTimesParser.apply(ParseContext ctxt) (package private) booleanSkipAtLeastParser.apply(ParseContext ctxt) (package private) booleanSkipTimesParser.apply(ParseContext ctxt) private voidBestParser.applyForBestFit(int from, ParseContext ctxt, Object originalResult, int originalStep, int originalAt, TreeNode originalLatestChild) private booleanRepeatAtLeastParser.applyMany(ParseContext ctxt, Collection<T> collection) private booleanSkipAtLeastParser.applyMany(ParseContext ctxt) (package private) final booleanParseContext.applyNested(Parser<?> parser, ParseContext nestedState) private voidParseContext.copyErrorFrom(ParseContext that) (package private) final TParser.getReturn(ParseContext ctxt) private booleanRepeatTimesParser.repeatAtMost(int times, Collection<T> collection, ParseContext ctxt) private booleanSkipTimesParser.repeatAtMost(int times, ParseContext ctxt) voidParseContext.ParserTrace.startFresh(ParseContext context) Called when tokenizer passes on to token-level parser.