[Java] Class EmptyStatement
- org.codehaus.groovy.ast.stmt.EmptyStatement
public class EmptyStatement
extends Statement
Field Summary
Fields
Modifiers | Name | Description |
static EmptyStatement | INSTANCE | Immutable singleton that is recommended for use when source range or any other occurrence-specific metadata is not needed. |
Inherited fields
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 |
Constructor Summary
Methods Summary
Inherited Methods Summary
Inherited Methods
Methods inherited from class | Name |
interface Statement | execute, execute, execute, execute, close, getConnection, isClosed, cancel, getResultSetConcurrency, isCloseOnCompletion, setEscapeProcessing, enquoteNCharLiteral, getLargeUpdateCount, getResultSetHoldability, clearWarnings, getWarnings, setFetchSize, getFetchSize, getFetchDirection, setFetchDirection, getResultSet, getUpdateCount, clearBatch, executeBatch, setPoolable, executeQuery, getResultSetType, getGeneratedKeys, setMaxFieldSize, setMaxRows, isPoolable, setLargeMaxRows, closeOnCompletion, getMaxRows, setQueryTimeout, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getQueryTimeout, setCursorName, getMoreResults, getMoreResults, addBatch, getMaxFieldSize, enquoteIdentifier, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, getLargeMaxRows, executeLargeBatch, isSimpleIdentifier, enquoteLiteral, unwrap, isWrapperFor |
Field Detail
public static final EmptyStatement INSTANCE
Immutable singleton that is recommended for use when source range or any other occurrence-specific metadata is not needed.
Constructor Detail
public EmptyStatement()
- See Also:
- EmptyStatement.INSTANCE
Method Detail
@Override public void addStatementLabel(String label)
@Override public boolean isEmpty()
@Override public void setColumnNumber(int n)
@Override public void setLastColumnNumber(int n)
@Override public void setLastLineNumber(int n)
@Override public void setLineNumber(int n)
@Override public void setSourcePosition(ASTNode node)
@Override public void setStatementLabel(String label)