MCPcopy Create free account
hub / github.com/BaseXdb/basex / toString

Method toString

basex-core/src/main/java/org/basex/util/ft/FTMode.java:18–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 /** Phrase search. */ PHRASE;
17
18 @Override
19 public String toString() {
20 return name().replace('_', ' ').toLowerCase(Locale.ENGLISH);
21 }
22}

Callers

nothing calls this directly

Calls 2

nameMethod · 0.65
replaceMethod · 0.45

Tested by

no test coverage detected