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
()
| 144 | * @return true if this statement is empty |
| 145 | */ |
| 146 | public boolean isEmpty() { |
| 147 | return false; |
| 148 | } |
| 149 | } |
no outgoing calls
no test coverage detected