Uses of Class
com.google.common.labs.parse.CharacterSet
Packages that use CharacterSet
Package
Description
Parser combinator that's free from infinite loop or accidental left recursion (requires dot-parse artifact)
-
Uses of CharacterSet in com.google.common.labs.parse
Methods in com.google.common.labs.parse that return CharacterSetModifier and TypeMethodDescriptionstatic CharacterSetReturns aCharacterSetinstance compiled from the givencharacterSetspecifier.CharacterSet.not()Methods in com.google.common.labs.parse with parameters of type CharacterSetModifier and TypeMethodDescriptionParser.consecutive(CharacterSet characterSet) Matches one or more consecutive characters contained incharacterSet.