Uses of Class
de.uni_trier.wi2.procake.similarity.base.string.RegExpSyntax
-
Packages that use RegExpSyntax Package Description de.uni_trier.wi2.procake.similarity.base.string de.uni_trier.wi2.procake.similarity.base.string.impl -
-
Uses of RegExpSyntax in de.uni_trier.wi2.procake.similarity.base.string
Fields in de.uni_trier.wi2.procake.similarity.base.string declared as RegExpSyntax Modifier and Type Field Description static RegExpSyntaxRegExpSyntax. EGREPThe egrep syntax style, see http://www.gnu.org/software/grep/grep.htmlstatic RegExpSyntaxRegExpSyntax. PERL5The perl5 syntax style, see http://search.cpan.org /dist/perl/pod/perlre.podstatic RegExpSyntaxRegExpSyntax. POSIXThe possiy syntax style, see http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap09.htmlstatic RegExpSyntaxSMStringRegexp. SYNTAX_DEFAULTThe default syntax isPERL5.Methods in de.uni_trier.wi2.procake.similarity.base.string that return RegExpSyntax Modifier and Type Method Description static RegExpSyntaxRegExpSyntax. fromString(String value)RegExpSyntaxSMStringRegexp. getSyntax()Methods in de.uni_trier.wi2.procake.similarity.base.string with parameters of type RegExpSyntax Modifier and Type Method Description voidSMStringRegexp. setSyntax(RegExpSyntax style) -
Uses of RegExpSyntax in de.uni_trier.wi2.procake.similarity.base.string.impl
Methods in de.uni_trier.wi2.procake.similarity.base.string.impl that return RegExpSyntax Modifier and Type Method Description RegExpSyntaxSMStringRegexpImpl. getSyntax()Methods in de.uni_trier.wi2.procake.similarity.base.string.impl with parameters of type RegExpSyntax Modifier and Type Method Description voidSMStringRegexpImpl. setSyntax(RegExpSyntax style)
-