Uses of Class
org.nameapi.client.services.nameparser.syntax.NameParserRule
-
Packages that use NameParserRule Package Description org.nameapi.client.services.nameparser.syntax -
-
Uses of NameParserRule in org.nameapi.client.services.nameparser.syntax
Methods in org.nameapi.client.services.nameparser.syntax that return types with arguments of type NameParserRule Modifier and Type Method Description List<NameParserRule>RuleCollector. asList()List<NameParserRule>NameParserArgument. getRules()List<NameParserRule>RuleCollector. toList()Methods in org.nameapi.client.services.nameparser.syntax with parameters of type NameParserRule Modifier and Type Method Description RuleCollectorRuleCollector. add(NameParserRule rule)Constructor parameters in org.nameapi.client.services.nameparser.syntax with type arguments of type NameParserRule Constructor Description NameParserArgument(String nameString, List<NameParserRule> rules)
-