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

Method nextToken

basex-core/src/main/java/org/basex/util/ft/FTLexer.java:154–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152 }
153
154 @Override
155 public byte[] nextToken() {
156 ctxt = iter.nextToken();
157 return ctxt;
158 }
159
160 /**
161 * Returns total number of tokens.

Callers 10

nextMethod · 0.95
uniqueMethod · 0.95
indexAccessibleMethod · 0.95
tokensMethod · 0.95
iterMethod · 0.95
countMethod · 0.95
creditsMethod · 0.45
buildMethod · 0.45
buildLayoutMethod · 0.45
hasNextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected