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

Method inc

basex-core/src/main/java/org/basex/query/func/HofArgs.java:90–95  ·  view source on GitHub ↗

Increases the position. @return self reference

()

Source from the content-addressed store, hash-verified

88 * @return self reference
89 */
90 public HofArgs inc() {
91 final int pp = posParam, p = pos + 1;
92 if(pp != -1) set(pp, Itr.get(p));
93 pos = p;
94 return this;
95 }
96
97 /**
98 * Assigns an absolute position.

Callers 15

valueMethod · 0.95
valueMethod · 0.95
nextMethod · 0.80
nextMethod · 0.80
nextMethod · 0.80
testMethod · 0.80
valueMethod · 0.80
nextMethod · 0.80
valueMethod · 0.80
valueMethod · 0.80
valueMethod · 0.80
valueMethod · 0.80

Calls 2

setMethod · 0.95
getMethod · 0.95

Tested by

no test coverage detected