|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--RETRAN
|
+--ExpressionList
A recursive list of expressions.
| Field Summary | |
private Expression |
expression
|
private ExpressionList |
tail
|
| Constructor Summary | |
ExpressionList(Expression expression,
ExpressionList tail)
Constructs an ExpressionList. |
|
| Method Summary | |
void |
JGen()
generates java source code for the expressions stored in the list. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private Expression expression
private ExpressionList tail
| Constructor Detail |
public ExpressionList(Expression expression,
ExpressionList tail)
expression - the declaration to store at the head of the listtail - the DeclarationList to use as the tail of the list| Method Detail |
public void JGen()
JGen in class RETRAN
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||