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

Method more

basex-core/src/main/java/org/basex/util/TokenParser.java:39–41  ·  view source on GitHub ↗

Checks if the parser will return more codepoints. @return result of check

()

Source from the content-addressed store, hash-verified

37 * @return result of check
38 */
39 public final boolean more() {
40 return pos < size;
41 }
42
43 /**
44 * Returns the current codepoint and advances the cursor.

Callers 11

stringLitMethod · 0.95
valueMethod · 0.95
unescapeMethod · 0.95
fieldMethod · 0.95
normalizeMethod · 0.95
presentationMethod · 0.95
IntFormatMethod · 0.95
formatFracMethod · 0.95
formatMethod · 0.95
wordMethod · 0.95
checkMethod · 0.95

Calls

no outgoing calls

Tested by 1

stringLitMethod · 0.76