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

Method get

src/main/java/org/codehaus/groovy/syntax/CSTNode.java:264–264  ·  view source on GitHub ↗

Returns the element at the specified index, or null if not found. @param index the element index (0 for root) @return the element at the index, or null

(int index)

Source from the content-addressed store, hash-verified

262 * @return the element at the index, or {@code null}
263 */
264 public abstract CSTNode get(int index);
265
266 /**
267 * Returns the element at the specified index, or {@link Token#NULL} if

Callers 2

matchesMethod · 0.95
writeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected