Class Hierarchy
- java.lang.Object
- org.sonar.plugins.python.api.tree.BaseTreeVisitor (implements org.sonar.plugins.python.api.tree.TreeVisitor)
Interface Hierarchy
- org.sonar.plugins.python.api.tree.HasSymbol
- org.sonar.plugins.python.api.tree.Name (also extends org.sonar.plugins.python.api.tree.Expression)
- org.sonar.plugins.python.api.tree.QualifiedExpression (also extends org.sonar.plugins.python.api.tree.Expression)
- org.sonar.plugins.python.api.tree.Tree
- org.sonar.plugins.python.api.tree.AliasedName
- org.sonar.plugins.python.api.tree.AnyParameter
- org.sonar.plugins.python.api.tree.Parameter
- org.sonar.plugins.python.api.tree.TupleParameter
- org.sonar.plugins.python.api.tree.ArgList
- org.sonar.plugins.python.api.tree.Argument
- org.sonar.plugins.python.api.tree.RegularArgument
- org.sonar.plugins.python.api.tree.UnpackingExpression (also extends org.sonar.plugins.python.api.tree.DictionaryLiteralElement, org.sonar.plugins.python.api.tree.Expression)
- org.sonar.plugins.python.api.tree.ComprehensionClause
- org.sonar.plugins.python.api.tree.ComprehensionFor
- org.sonar.plugins.python.api.tree.ComprehensionIf
- org.sonar.plugins.python.api.tree.Decorator
- org.sonar.plugins.python.api.tree.DictionaryLiteralElement
- org.sonar.plugins.python.api.tree.KeyValuePair
- org.sonar.plugins.python.api.tree.UnpackingExpression (also extends org.sonar.plugins.python.api.tree.Argument, org.sonar.plugins.python.api.tree.Expression)
- org.sonar.plugins.python.api.tree.DottedName
- org.sonar.plugins.python.api.tree.ElseClause
- org.sonar.plugins.python.api.tree.ExceptClause
- org.sonar.plugins.python.api.tree.Expression
- org.sonar.plugins.python.api.tree.AssignmentExpression
- org.sonar.plugins.python.api.tree.AwaitExpression
- org.sonar.plugins.python.api.tree.BinaryExpression
- org.sonar.plugins.python.api.tree.InExpression
- org.sonar.plugins.python.api.tree.IsExpression
- org.sonar.plugins.python.api.tree.CallExpression
- org.sonar.plugins.python.api.tree.ComprehensionExpression
- org.sonar.plugins.python.api.tree.ConditionalExpression
- org.sonar.plugins.python.api.tree.DictCompExpression
- org.sonar.plugins.python.api.tree.DictionaryLiteral
- org.sonar.plugins.python.api.tree.EllipsisExpression
- org.sonar.plugins.python.api.tree.ExpressionList
- org.sonar.plugins.python.api.tree.LambdaExpression (also extends org.sonar.plugins.python.api.tree.FunctionLike)
- org.sonar.plugins.python.api.tree.ListLiteral
- org.sonar.plugins.python.api.tree.Name (also extends org.sonar.plugins.python.api.tree.HasSymbol)
- org.sonar.plugins.python.api.tree.NoneExpression
- org.sonar.plugins.python.api.tree.NumericLiteral
- org.sonar.plugins.python.api.tree.ParenthesizedExpression
- org.sonar.plugins.python.api.tree.QualifiedExpression (also extends org.sonar.plugins.python.api.tree.HasSymbol)
- org.sonar.plugins.python.api.tree.ReprExpression
- org.sonar.plugins.python.api.tree.SetLiteral
- org.sonar.plugins.python.api.tree.SliceExpression
- org.sonar.plugins.python.api.tree.StringLiteral
- org.sonar.plugins.python.api.tree.SubscriptionExpression
- org.sonar.plugins.python.api.tree.Tuple
- org.sonar.plugins.python.api.tree.UnaryExpression
- org.sonar.plugins.python.api.tree.UnpackingExpression (also extends org.sonar.plugins.python.api.tree.Argument, org.sonar.plugins.python.api.tree.DictionaryLiteralElement)
- org.sonar.plugins.python.api.tree.YieldExpression
- org.sonar.plugins.python.api.tree.FileInput
- org.sonar.plugins.python.api.tree.FinallyClause
- org.sonar.plugins.python.api.tree.FormattedExpression
- org.sonar.plugins.python.api.tree.FunctionLike
- org.sonar.plugins.python.api.tree.FunctionDef (also extends org.sonar.plugins.python.api.tree.Statement)
- org.sonar.plugins.python.api.tree.LambdaExpression (also extends org.sonar.plugins.python.api.tree.Expression)
- org.sonar.plugins.python.api.tree.ParameterList
- org.sonar.plugins.python.api.tree.SliceItem
- org.sonar.plugins.python.api.tree.SliceList
- org.sonar.plugins.python.api.tree.Statement
- org.sonar.plugins.python.api.tree.AnnotatedAssignment
- org.sonar.plugins.python.api.tree.AssertStatement
- org.sonar.plugins.python.api.tree.AssignmentStatement
- org.sonar.plugins.python.api.tree.BreakStatement
- org.sonar.plugins.python.api.tree.ClassDef
- org.sonar.plugins.python.api.tree.CompoundAssignmentStatement
- org.sonar.plugins.python.api.tree.ContinueStatement
- org.sonar.plugins.python.api.tree.DelStatement
- org.sonar.plugins.python.api.tree.ExecStatement
- org.sonar.plugins.python.api.tree.ExpressionStatement
- org.sonar.plugins.python.api.tree.ForStatement
- org.sonar.plugins.python.api.tree.FunctionDef (also extends org.sonar.plugins.python.api.tree.FunctionLike)
- org.sonar.plugins.python.api.tree.GlobalStatement
- org.sonar.plugins.python.api.tree.IfStatement
- org.sonar.plugins.python.api.tree.ImportStatement
- org.sonar.plugins.python.api.tree.ImportFrom
- org.sonar.plugins.python.api.tree.ImportName
- org.sonar.plugins.python.api.tree.NonlocalStatement
- org.sonar.plugins.python.api.tree.PassStatement
- org.sonar.plugins.python.api.tree.PrintStatement
- org.sonar.plugins.python.api.tree.RaiseStatement
- org.sonar.plugins.python.api.tree.ReturnStatement
- org.sonar.plugins.python.api.tree.TryStatement
- org.sonar.plugins.python.api.tree.WhileStatement
- org.sonar.plugins.python.api.tree.WithStatement
- org.sonar.plugins.python.api.tree.YieldStatement
- org.sonar.plugins.python.api.tree.StatementList
- org.sonar.plugins.python.api.tree.StringElement
- org.sonar.plugins.python.api.tree.Token
- org.sonar.plugins.python.api.tree.TypeAnnotation
- org.sonar.plugins.python.api.tree.WithItem
- org.sonar.plugins.python.api.tree.TreeVisitor
- org.sonar.plugins.python.api.tree.Trivia
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- org.sonar.plugins.python.api.tree.Tree.Kind
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)