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

Method exact

basex-core/src/main/java/org/basex/query/expr/SimplePos.java:146–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144 }
145
146 @Override
147 public boolean exact() {
148 return exprs.length == 1;
149 }
150
151 @Override
152 public boolean has(final Flag... flags) {

Callers 7

optimizeMethod · 0.95
testMethod · 0.95
positionsMethod · 0.95
mergeEbvMethod · 0.95
invertMethod · 0.95
toXmlMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected