Package | Description |
---|---|
ast |
Modifier and Type | Field and Description |
---|---|
protected FormalList |
Method.formalList
A list of formal parameters
|
Modifier and Type | Method and Description |
---|---|
FormalList |
Method.getFormalList()
Get list of formal parameters
|
Constructor and Description |
---|
Method(int lineNum,
java.lang.String returnType,
java.lang.String name,
FormalList formalList,
StmtList stmtList)
Method constructor
|