gnu.expr
public class SynchronizedExp extends Expression
| Constructor Summary | |
|---|---|
| SynchronizedExp(Expression object, Expression body) | |
| Method Summary | |
|---|---|
| void | apply(CallContext ctx) |
| void | compile(Compilation comp, Target target) |
| protected boolean | mustCompile() |
| void | print(OutPort ps) |
| protected Expression | walk(ExpWalker walker) |
| protected void | walkChildren(ExpWalker walker) |