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(List<? extends AstVisitor> visitors) |
Modifier and Type | Class and Description |
---|---|
class |
CobolAstCheck
Deprecated.
(it will be removed in SonarCobol 5.0) inherit from CobolCheck and use
CobolCheck.reportIssue(String) ,
see bellow @deprecated comments for more details |
class |
CobolAstVisitor
Base class to visit an AST (Abstract Syntactic Tree) generated by a parser.
|
class |
CobolCheck |
Copyright © 2009–2017 SonarSource. All rights reserved.