Class BaseTreeVisitor

java.lang.Object
org.sonar.plugins.python.api.tree.BaseTreeVisitor
All Implemented Interfaces:
TreeVisitor
Direct Known Subclasses:
CognitiveComplexityVisitor, ComplexityVisitor, ExceptGroupJumpInstructionsCheck, IsInstanceVisitor, PropagationVisitor, PythonVisitorCheck, ReadWriteVisitor, ScopeVisitor, SymbolTableBuilder, SymbolTableBuilderV2, TrivialTypeInferenceVisitor, TrivialTypePropagationVisitor, TryStatementVisitor, TypeInference

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