|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--ast.Block
| Field Summary | |
ExprList |
exprList
|
int |
line
|
SubDeclList |
subDeclList
|
TypeDeclList |
typeDeclList
|
VarDeclList |
varDeclList
|
| Constructor Summary | |
Block(int line,
TypeDeclList typeDeclList,
VarDeclList varDeclList,
SubDeclList subDeclList,
ExprList exprList)
|
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public int line
public TypeDeclList typeDeclList
public VarDeclList varDeclList
public SubDeclList subDeclList
public ExprList exprList
| Constructor Detail |
public Block(int line,
TypeDeclList typeDeclList,
VarDeclList varDeclList,
SubDeclList subDeclList,
ExprList exprList)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||