Uses of Class
org.parboiled.parserunners.AbstractParseRunner
Packages that use AbstractParseRunner
-
Uses of AbstractParseRunner in org.parboiled.parserunners
Subclasses of AbstractParseRunner in org.parboiled.parserunnersModifier and TypeClassDescriptionclassThe most basic of allParseRunnerimplementations.classAParseRunnerimplementation that creates a simpleBasicParseErrorfor the first error found in the input and adds it to the list of ParseErrors.classAParseRunnerimplementation that creates anInvalidInputErrorfor the error at a known error location.classThe ProfilingParseRunner is a specialParseRunnerimplementation that "watches" a parser digest a number of inputs and collects all sorts of statistical data on the what rules have matched how many times, the number of reincovations of rules at identical input locations, and so on.classAParseRunnerimplementation that is able to recover fromInvalidInputErrors in the input and therefore report more than just the firstInvalidInputErrorif the input does not conform to the rule grammar.classAParseRunnerimplementation that properly reports the firstInvalidInputErrorif the input does not conform to the rule grammar.classAParseRunnerimplementation used for debugging purposes.