Class BaseTreeVisitor

java.lang.Object
org.sonar.plugins.python.api.tree.BaseTreeVisitor
All Implemented Interfaces:
TreeVisitor
Direct Known Subclasses:
CognitiveComplexityVisitor, ComplexityVisitor, ExceptGroupJumpInstructionsCheck, PythonVisitorCheck, ReadWriteVisitor, SymbolTableBuilder, TypeInference

public class BaseTreeVisitor extends Object implements TreeVisitor
Default implementation of TreeVisitor.