Package | Description |
---|---|
ast |
Modifier and Type | Field and Description |
---|---|
protected StmtList |
BlockStmt.stmtList
A list of statements
|
protected StmtList |
Method.stmtList
A list of statements appearing in the method body
|
Modifier and Type | Method and Description |
---|---|
StmtList |
BlockStmt.getStmtList()
Get the statement list
|
StmtList |
Method.getStmtList()
Get list of statements from method body
|
Constructor and Description |
---|
BlockStmt(int lineNum,
StmtList stmtList)
BlockStmt constructor
|
Method(int lineNum,
java.lang.String returnType,
java.lang.String name,
FormalList formalList,
StmtList stmtList)
Method constructor
|