public class JSynchronized extends java.lang.Object implements JStatement
Modifier and Type | Field and Description |
---|---|
private JExpression |
argument |
private JBlock |
body |
Constructor and Description |
---|
JSynchronized(JExpression argument) |
Modifier and Type | Method and Description |
---|---|
JBlock |
body() |
void |
state(JFormatter f) |
JExpression |
test() |
private JExpression argument
private JBlock body
JSynchronized(JExpression argument)
public JExpression test()
public JBlock body()
public void state(JFormatter f)
state
in interface JStatement