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