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 CharacterSetDeprecated.Returns aCharacterSetinstance compiled from the givencharacterSetspecifier.CharacterSet.not()Deprecated.CharacterSet.precomputeForAscii()Deprecated.No-op because aCharacterSetis already pre-computed for ASCII.Methods in com.google.common.labs.parse with parameters of type CharacterSetModifier and TypeMethodDescriptionParser.consecutive(CharacterSet characterSet) Deprecated.Parser.one(CharacterSet characterSet) Deprecated.UseParser.one(String)insteadParser.zeroOrMore(CharacterSet characterSet) Deprecated.UseParser.zeroOrMore(String)instead.
Parser.consecutive(String)instead