gnu.expr
public class ExitExp extends Expression
Constructor Summary | |
---|---|
ExitExp(Expression result, BlockExp block) | |
ExitExp(BlockExp block) |
Method Summary | |
---|---|
void | apply(CallContext ctx) |
void | compile(Compilation comp, Target target) |
Type | getType() |
protected boolean | mustCompile() |
void | print(OutPort out) |
protected Expression | walk(ExpWalker walker) |
protected void | walkChildren(ExpWalker walker) |