Package com.ibm.rsar.analysis.codereview.cobol.custom.model.util

Interface Summary
ICOBOLVisitor A visitor for nodes in a COBOL application model abstract syntax tree.
 

Class Summary
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.