| Interface | Description |
|---|---|
| ICOBOLVisitor |
A visitor for nodes in a COBOL application model abstract syntax tree.
|
| Class | Description |
|---|---|
| AbstractCOBOLVisitor |
A default implementation of the
ICOBOLVisitor interface. |
| COBOLVisitorAdapter |
This class enables nodes from a COBOL application model abstract syntax tree to be visited
by an
ICOBOLVisitor. |