Package | Description |
---|---|
com.sonar.sslr.api | |
com.sonar.sslr.impl.ast | |
com.sonarsource.cobol.api.ast |
Modifier and Type | Interface and Description |
---|---|
interface |
AstAndTokenVisitor
The AstVisitor allows to visit some desired AstNode.
|
Modifier and Type | Method and Description |
---|---|
void |
AstWalker.addVisitor(AstVisitor visitor) |
Constructor and Description |
---|
AstWalker(AstVisitor... visitors) |
Constructor and Description |
---|
AstWalker(java.util.List<? extends AstVisitor> visitors) |
Modifier and Type | Class and Description |
---|---|
class |
CobolAstCheck
Base class to implement a Cobol check.
|
class |
CobolAstVisitor
Base class to visit an AST (Abstract Syntactic Tree) generated by a parser.
|
Copyright © 2012 SonarSource. All Rights Reserved.