Uses of Class
eu.clarin.sru.server.fcs.parser.RegexFlag
-
Packages that use RegexFlag Package Description eu.clarin.sru.server.fcs.parser -
-
Uses of RegexFlag in eu.clarin.sru.server.fcs.parser
Methods in eu.clarin.sru.server.fcs.parser that return RegexFlag Modifier and Type Method Description static RegexFlag
RegexFlag. valueOf(String name)
Returns the enum constant of this type with the specified name.static RegexFlag[]
RegexFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.clarin.sru.server.fcs.parser that return types with arguments of type RegexFlag Modifier and Type Method Description Set<RegexFlag>
Expression. getRegexFlags()
Get the regex flags set.Methods in eu.clarin.sru.server.fcs.parser with parameters of type RegexFlag Modifier and Type Method Description boolean
Expression. hasRegexFlag(RegexFlag flag)
Check if a regex flag is set.
-