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

Method isEmpty

src/main/java/org/codehaus/groovy/ast/stmt/Statement.java:146–148  ·  view source on GitHub ↗

Returns true if this statement is empty or produces no side effects. Typically only org.codehaus.groovy.ast.stmt.EmptyStatement returns true. @return true if this statement is empty

()

Source from the content-addressed store, hash-verified

144 * @return true if this statement is empty
145 */
146 public boolean isEmpty() {
147 return false;
148 }
149}

Callers 15

getTextMethod · 0.95
visitIfElseMethod · 0.95
maybeFallsThroughMethod · 0.45
isEmptyStatementMethod · 0.45
analyzeStatementFlowMethod · 0.45
loopConditionMethod · 0.45
labelSetMethod · 0.45
unionMethod · 0.45
withoutLabelsMethod · 0.45
flowMethod · 0.45
thenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected