Uses of Interface
com.sonar.sslr.api.AstVisitor
-
Packages that use AstVisitor Package Description com.sonar.sslr.api com.sonar.sslr.impl.ast com.sonarsource.cobol.api.ast -
-
Uses of AstVisitor in com.sonar.sslr.api
Subinterfaces of AstVisitor in com.sonar.sslr.api Modifier and Type Interface Description interfaceAstAndTokenVisitorThe AstVisitor allows to visit some desired AstNode. -
Uses of AstVisitor in com.sonar.sslr.impl.ast
Methods in com.sonar.sslr.impl.ast with parameters of type AstVisitor Modifier and Type Method Description voidAstWalker. addVisitor(AstVisitor visitor)Constructors in com.sonar.sslr.impl.ast with parameters of type AstVisitor Constructor Description AstWalker(AstVisitor... visitors)Constructor parameters in com.sonar.sslr.impl.ast with type arguments of type AstVisitor Constructor Description AstWalker(List<? extends AstVisitor> visitors) -
Uses of AstVisitor in com.sonarsource.cobol.api.ast
Classes in com.sonarsource.cobol.api.ast that implement AstVisitor Modifier and Type Class Description classCobolAstCheckDeprecated.(it will be removed in version 5.0) inherit from CobolCheck and useCobolCheck.reportIssue(String), see bellow @deprecated comments for more detailsclassCobolAstVisitorBase class to visit an AST (Abstract Syntactic Tree) generated by a parser.classCobolCheck
-