org.codehaus.groovy.ast.stmt
Class SynchronizedStatement
java.lang.Object
org.codehaus.groovy.ast.ASTNode
org.codehaus.groovy.ast.stmt.Statement
org.codehaus.groovy.ast.stmt.SynchronizedStatement
public class SynchronizedStatement
- extends Statement
Represents a synchronized statement
- Version:
- $Revision: 12838 $
- Author:
- James Strachan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
code
private Statement code
expression
private Expression expression
SynchronizedStatement
public SynchronizedStatement(Expression expression,
Statement code)
getCode
public Statement getCode()
setCode
public void setCode(Statement statement)
getExpression
public Expression getExpression()
visit
public void visit(GroovyCodeVisitor visitor)
- Overrides:
visit
in class ASTNode
setExpression
public void setExpression(Expression expression)
Copyright © ${year} The Codehaus. All Rights Reserved.