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

Method isEmpty

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

Returns true if this node is completely empty (no root element). @return true if empty, false otherwise

()

Source from the content-addressed store, hash-verified

223 * @return {@code true} if empty, {@code false} otherwise
224 */
225 public boolean isEmpty() {
226 return false;
227 }
228
229 /**
230 * Returns the number of elements in this node (including the root).

Callers 15

writeMethod · 0.95
findMethod · 0.45
visitFileMethod · 0.45
transformMetaMethodMethod · 0.45
filterMethod · 0.45
mapToObjMethod · 0.45
resolveMethod · 0.45
isJavaIdentifierMethod · 0.45
javacNamedValuesMethod · 0.45
javacFlagsMethod · 0.45
getIvyPartsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected