Uses of Package
com.google.common.labs.parse
Packages that use com.google.common.labs.parse
Package
Description
A strict, i18n-compliant email address parser (requires dot-parse artifact)
Parser combinator that's free from infinite loop or accidental left recursion (requires dot-parse artifact)
-
Classes in com.google.common.labs.parse used by com.google.common.labs.emailClassDescriptionA simple recursive descent parser combinator intended to parse simple grammars such as regex, csv format string patterns etc.
-
Classes in com.google.common.labs.parse used by com.google.common.labs.parseClassDescriptionDeprecated.Provides a fluent API for building an operator precedence grammar.A simple recursive descent parser combinator intended to parse simple grammars such as regex, csv format string patterns etc.Fluent API for parsing while skipping patterns around lexical tokens.Facilitates a fluent chain for matching the current parser optionally.A sealed interface representing an abstract production rule that can either be an always-consuming
Parseror an optionalParser.OrEmpty.
Parseroverloads that directly take acharacterClassstring parameter, such asParser.consecutive(String).