|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--ast.TypeDList
List of type descriptors. Used for parameter lists.
| Field Summary | |
java.lang.String |
ident
|
int |
line
|
TypeD |
typeD
|
TypeDList |
typeDList
|
| Constructor Summary | |
TypeDList(java.lang.String ident,
int line,
TypeD typeD,
TypeDList typeDList)
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String ident
public int line
public TypeD typeD
public TypeDList typeDList
| Constructor Detail |
public TypeDList(java.lang.String ident,
int line,
TypeD typeD,
TypeDList typeDList)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||