Package | Description |
---|---|
ast |
Modifier and Type | Field and Description |
---|---|
protected ClassList |
Program.classList
List of class declarations that comprise the program
|
Modifier and Type | Method and Description |
---|---|
ClassList |
Program.getClassList()
Get list of classes that comprise the program
|
Constructor and Description |
---|
Program(int lineNum,
ClassList classList)
Program constructor
|