Uses of Interface
org.parboiled.common.Formatter
Packages that use Formatter
-
Uses of Formatter in org.parboiled.errors
Classes in org.parboiled.errors that implement FormatterModifier and TypeClassDescriptionclassAFormatterforInvalidInputErrors that automatically creates the correct "expected" text for the error.Methods in org.parboiled.errors with parameters of type FormatterModifier and TypeMethodDescriptionstatic StringErrorUtils.printParseError(ParseError error, Formatter<InvalidInputError> formatter) Pretty prints the given parse error showing its location in the given input buffer. -
Uses of Formatter in org.parboiled.support
Classes in org.parboiled.support that implement FormatterModifier and TypeClassDescriptionclassA simple Formatterthat provides String representation for parse tree nodes. classA simple Formatter falling back to the objects toString() method. -
Uses of Formatter in org.parboiled.trees
Methods in org.parboiled.trees with parameters of type FormatterModifier and TypeMethodDescriptionCreates a string representation of the graph reachable from the given node using the given formatter.GraphUtils.printTree(T node, Formatter<T> formatter, Predicate<T> nodeFilter, Predicate<T> subTreeFilter) Creates a string representation of the graph reachable from the given node using the given formatter.