Package dev.prozilla.pine.common.util.parser
package dev.prozilla.pine.common.util.parser
-
ClassDescriptionEnumParser<E extends Enum<E>>ListParser<E>Parser that parses a list of elements using another parser.Policy that determines how elements are handled when they can't be parsed successfully.A function that parses an input string.Parser<T>Abstract class for a stateful parser.SimpleParser<T>A simple parser that uses a parsing function.