Searched refs:getGroups (Results 1 – 4 of 4) sorted by relevance
414 public abstract ImmutableList<FormatGroup> getGroups();449 return (getGroups().size() == 1) ? maxLength() : getGroups().get(0).minLength();454 return getGroups().stream()478 for (int n = fgIndex + 1; n < getGroups().size(); n++) {479 Optional<String> replacement = getGroups().get(n).replacement();506 prefix = prefix.replace("$" + (n + 1), getGroups().get(n).replacement().get());520 if (getGroups().size() != other.getGroups().size()) {523 for (int n = 0; n < getGroups().size(); n++) {524 if (!getGroups().get(n).isCompatibleWith(other.getGroups().get(n))) {552 return template.getGroups().stream().mapToInt(lengthFn).sum();
82 for (FormatGroup g : template().getGroups()) { in specifier()
158 const groups = yargs.getGroups()
764 self.getGroups = () => Object.assign({}, groups, preservedGroups) function