|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--gnu.expr.Expression
|
+--gnu.expr.ExitExp
Expression to exit a lexically surrounding block.
| Constructor Summary | |
ExitExp(BlockExp block)
|
|
ExitExp(Expression result,
BlockExp block)
|
|
| Method Summary | |
void |
compile(Compilation comp,
Target target)
|
void |
print(java.io.PrintWriter ps)
|
| Methods inherited from class gnu.expr.Expression |
compile,
compileNotePosition,
compileWithPosition,
eval,
getColumn,
getFile,
getLine,
getType,
setFile,
setLine,
setLine |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ExitExp(Expression result,
BlockExp block)
public ExitExp(BlockExp block)
| Method Detail |
public void compile(Compilation comp,
Target target)
public void print(java.io.PrintWriter ps)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||