Uses of Interface
org.apache.commons.codec.language.bm.Rule.RPattern
Packages that use Rule.RPattern
Package
Description
Implementation details of the Beider-Morse codec.
-
Uses of Rule.RPattern in org.apache.commons.codec.language.bm
Fields in org.apache.commons.codec.language.bm declared as Rule.RPatternModifier and TypeFieldDescriptionstatic final Rule.RPatternRule.ALL_STRINGS_RMATCHERprivate final Rule.RPatternRule.lContextprivate final Rule.RPatternRule.rContextMethods in org.apache.commons.codec.language.bm that return Rule.RPatternModifier and TypeMethodDescriptionRule.getLContext()Gets the left context.Rule.getRContext()Gets the right context.private static Rule.RPatternAttempts to compile the regex into direct string ops, falling back to Pattern and Matcher in the worst case.