[Java] Class EmptyStatement
- org.codehaus.groovy.ast.stmt.EmptyStatement
Represents an empty statement
- Authors:
- James Strachan
Field Summary
Modifiers | Name | Description |
---|---|---|
static EmptyStatement | INSTANCE |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
boolean |
isEmpty() | |
void |
visit(GroovyCodeVisitor visitor) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Statement | addStatementLabel, getStatementLabel, getStatementLabels, isEmpty, setStatementLabel |
class ASTNode | copyNodeMetaData, getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getNodeMetaData, getNodeMetaData, getText, putNodeMetaData, removeNodeMetaData, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setNodeMetaData, setSourcePosition, visit |
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
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.4.21/html/gapi/org/codehaus/groovy/ast/stmt/EmptyStatement.html