|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ast.TypeDecl
Field Summary | |
java.lang.String |
ident
|
int |
line
|
Type |
type
|
Constructor Summary | |
TypeDecl(int line,
java.lang.String ident,
Type type)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int line
public java.lang.String ident
public Type type
Constructor Detail |
public TypeDecl(int line, java.lang.String ident, Type type)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |