public class COBOLVisitorAdapter
extends java.lang.Object
ICOBOLVisitor.
This class is not intended to be subclassed.
ICOBOLVisitor| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Constructor and Description |
|---|
COBOLVisitorAdapter() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final java.lang.String copyright
public void accept(com.ibm.etools.cobol.application.model.cobol.ASTNode node,
ICOBOLVisitor visitor)
node - the node to be visitedvisitor - the visitor