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

Method list

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

Collects all matches in document order. @return the matching nodes

()

Source from the content-addressed store, hash-verified

234 * @return the matching nodes
235 */
236 public List<T> list() {
237 return run(false);
238 }
239
240 /**
241 * @return {@code true} if at least one node matches; stops at the first match

Callers

nothing calls this directly

Calls 1

runMethod · 0.95

Tested by

no test coverage detected