com.ibm.rsar.analysis.codereview.cobol.custom.model.util
Class COBOLVisitorAdapter

java.lang.Object
  extended by com.ibm.rsar.analysis.codereview.cobol.custom.model.util.COBOLVisitorAdapter

public class COBOLVisitorAdapter
extends java.lang.Object

This class enables nodes from a COBOL application model abstract syntax tree to be visited by an ICOBOLVisitor.

This class is not intended to be subclassed.

Since:
8.5
See Also:
ICOBOLVisitor

Field Summary
static java.lang.String copyright
           
 
Constructor Summary
COBOLVisitorAdapter()
           
 
Method Summary
 void accept(com.ibm.etools.cobol.application.model.cobol.ASTNode node, ICOBOLVisitor visitor)
          This method adapts the given COBOL visitor to the given COBOL application model abstract syntax tree node.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final java.lang.String copyright
See Also:
Constant Field Values
Constructor Detail

COBOLVisitorAdapter

public COBOLVisitorAdapter()
Method Detail

accept

public void accept(com.ibm.etools.cobol.application.model.cobol.ASTNode node,
                   ICOBOLVisitor visitor)
This method adapts the given COBOL visitor to the given COBOL application model abstract syntax tree node.

Parameters:
node - the node to be visited
visitor - the visitor