|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--gnu.expr.Expression
|
+--gnu.expr.BlockExp
Class used to implement a block that can be exited.
| Constructor Summary | |
BlockExp()
|
|
| Method Summary | |
void |
compile(Compilation comp,
Target target)
|
void |
print(java.io.PrintWriter ps)
|
void |
setBody(Expression body)
|
void |
setBody(Expression body,
Expression exitBody)
|
| 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 BlockExp()
| Method Detail |
public void setBody(Expression body)
public void setBody(Expression body,
Expression exitBody)
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 | ||||||||