[Java] Class SynchronizedStatement
- org.codehaus.groovy.ast.stmt.SynchronizedStatement
public class SynchronizedStatement extends Statement
Represents a synchronized statement
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
Constructor and description |
---|
SynchronizedStatement
(Expression expression, Statement code) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public Statement |
getCode() | |
public Expression |
getExpression() | |
public void |
setCode(Statement statement) | |
public void |
setExpression(Expression expression) | |
public void |
visit(GroovyCodeVisitor visitor) |
Inherited Methods Summary
Constructor Detail
public SynchronizedStatement(Expression expression, Statement code)
Method Detail
public Statement getCode()
public Expression getExpression()
public void setCode(Statement statement)
public void setExpression(Expression expression)
public void visit(GroovyCodeVisitor visitor)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/ast/stmt/SynchronizedStatement.html