com.ibm.rsar.analysis.codereview.cobol.custom.model.util
Class COBOLVisitorAdapter
java.lang.Object
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
|
|
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 |
copyright
public static final java.lang.String copyright
- See Also:
- Constant Field Values
COBOLVisitorAdapter
public COBOLVisitorAdapter()
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 visitedvisitor - the visitor