com.borland.jbuilder.jot
Interface JotSynchronized
- All Superinterfaces:
- JotMarker, JotSourceElement, JotStatement
- public interface JotSynchronized
- extends JotStatement
This interface represents a Java synchronized
statement. See
section 14.17 in the Java Language Specification for more information.
getExpression
public JotExpression getExpression()
- Returns an expression that evaluates to a reference. The non-null
reference indicates the object that will be locked.
getCodeBlock
public JotCodeBlock getCodeBlock()
- Returns the body of the
synchronized
statement.
- Specified by:
getCodeBlock
in interface JotStatement