MCPcopy Index your code
hub / github.com/apache/groovy / none

Method none

src/main/java/org/codehaus/groovy/ast/query/AstQuery.java:250–252  ·  view source on GitHub ↗

@return true if no node matches; stops at the first match

()

Source from the content-addressed store, hash-verified

248 * @return {@code true} if no node matches; stops at the first match
249 */
250 public boolean none() {
251 return run(true).isEmpty();
252 }
253
254 /**
255 * @return the number of matching nodes

Callers

nothing calls this directly

Calls 2

runMethod · 0.95
isEmptyMethod · 0.45

Tested by

no test coverage detected