Uses of Class
de.danielnaber.languagetool.rules.patterns.Match.CaseConversion

Packages that use Match.CaseConversion
de.danielnaber.languagetool.rules.patterns   
 

Uses of Match.CaseConversion in de.danielnaber.languagetool.rules.patterns
 

Methods in de.danielnaber.languagetool.rules.patterns that return Match.CaseConversion
static Match.CaseConversion Match.CaseConversion.toCase(String str)
          Converts string to the constant enum.
static Match.CaseConversion Match.CaseConversion.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Match.CaseConversion[] Match.CaseConversion.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in de.danielnaber.languagetool.rules.patterns with parameters of type Match.CaseConversion
Match(String posTag, String posTagReplace, boolean postagRegexp, String regexMatch, String regexReplace, Match.CaseConversion caseConversionType, boolean setPOS)
           
 



Copyright © 2005-2007 Daniel Naber