|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--RETRAN | +--NameList
A recursive list of (parameter) names.
Field Summary | |
private java.lang.String |
pname
|
private NameList |
tail
|
Constructor Summary | |
NameList(java.lang.String n,
NameList tail)
Constructs a NameList. |
Method Summary | |
void |
JGen()
generates java source code for the declarations stored in the list. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.lang.String pname
private NameList tail
Constructor Detail |
public NameList(java.lang.String n, NameList tail)
n
- the name to store at the head of the listtail
- the NameList to use as the tail of the listMethod Detail |
public void JGen()
JGen
in class RETRAN
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |