See: Description
| Interface | Description |
|---|---|
| ProgramParser |
ProgramParsers specify how a source code file is translated into a
Program that can be analyzed. |
| Class | Description |
|---|---|
| AggressiveTerminalStatement | |
| TerminalStatement |
Terminal Statements are used to model the exit point of a method.
|
ProgramImpl source code is translated into a ProgramImpl
by implementations of
ProgramParser.
Copyright © 2018. All rights reserved.