[Java] Class EmptyStatement
- org.codehaus.groovy.ast.stmt.EmptyStatement
Represents an empty statement
Field Summary
Modifiers | Name | Description |
---|---|---|
static EmptyStatement | INSTANCE |
Fields inherited from class | Fields |
---|---|
interface Statement | CLOSE_CURRENT_RESULT, KEEP_CURRENT_RESULT, CLOSE_ALL_RESULTS, SUCCESS_NO_INFO, EXECUTE_FAILED, RETURN_GENERATED_KEYS, NO_GENERATED_KEYS |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
boolean |
isEmpty() | |
void |
visit(GroovyCodeVisitor visitor) |
Inherited Methods Summary
Field Detail
public static final EmptyStatement INSTANCE
Method Detail
public boolean isEmpty()
public void visit(GroovyCodeVisitor visitor)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/org/codehaus/groovy/ast/stmt/EmptyStatement.html