Class Hierarchy
- java.lang.Object
- org.sonar.python.tree.PythonTreeMaker
- org.sonar.python.tree.PyTree (implements org.sonar.plugins.python.api.tree.Tree)
- org.sonar.python.tree.AliasedNameImpl (implements org.sonar.plugins.python.api.tree.AliasedName)
- org.sonar.python.tree.ArgListImpl (implements org.sonar.plugins.python.api.tree.ArgList)
- org.sonar.python.tree.AsPatternImpl (implements org.sonar.plugins.python.api.tree.AsPattern)
- org.sonar.python.tree.AssignmentExpressionImpl (implements org.sonar.plugins.python.api.tree.AssignmentExpression)
- org.sonar.python.tree.AwaitExpressionImpl (implements org.sonar.plugins.python.api.tree.AwaitExpression)
- org.sonar.python.tree.BinaryExpressionImpl (implements org.sonar.plugins.python.api.tree.BinaryExpression, org.sonar.python.types.HasTypeDependencies)
- org.sonar.python.tree.InExpressionImpl (implements org.sonar.plugins.python.api.tree.InExpression)
- org.sonar.python.tree.IsExpressionImpl (implements org.sonar.plugins.python.api.tree.IsExpression)
- org.sonar.python.tree.CallExpressionImpl (implements org.sonar.plugins.python.api.tree.CallExpression, org.sonar.python.types.HasTypeDependencies)
- org.sonar.python.tree.CapturePatternImpl (implements org.sonar.plugins.python.api.tree.CapturePattern)
- org.sonar.python.tree.CaseBlockImpl (implements org.sonar.plugins.python.api.tree.CaseBlock)
- org.sonar.python.tree.ClassDefImpl (implements org.sonar.plugins.python.api.tree.ClassDef)
- org.sonar.python.tree.ClassPatternImpl (implements org.sonar.plugins.python.api.tree.ClassPattern)
- org.sonar.python.tree.ComprehensionExpressionImpl (implements org.sonar.plugins.python.api.tree.ComprehensionExpression)
- org.sonar.python.tree.ComprehensionForImpl (implements org.sonar.plugins.python.api.tree.ComprehensionFor)
- org.sonar.python.tree.ComprehensionIfImpl (implements org.sonar.plugins.python.api.tree.ComprehensionIf)
- org.sonar.python.tree.ConditionalExpressionImpl (implements org.sonar.plugins.python.api.tree.ConditionalExpression, org.sonar.python.types.HasTypeDependencies)
- org.sonar.python.tree.DictCompExpressionImpl (implements org.sonar.plugins.python.api.tree.DictCompExpression)
- org.sonar.python.tree.DictOrSetLiteralImpl<E>
- org.sonar.python.tree.DictionaryLiteralImpl (implements org.sonar.plugins.python.api.tree.DictionaryLiteral)
- org.sonar.python.tree.SetLiteralImpl (implements org.sonar.plugins.python.api.tree.SetLiteral)
- org.sonar.python.tree.DottedNameImpl (implements org.sonar.plugins.python.api.tree.DottedName)
- org.sonar.python.tree.DoubleStarPatternImpl (implements org.sonar.plugins.python.api.tree.DoubleStarPattern)
- org.sonar.python.tree.EllipsisExpressionImpl (implements org.sonar.plugins.python.api.tree.EllipsisExpression)
- org.sonar.python.tree.ElseClauseImpl (implements org.sonar.plugins.python.api.tree.ElseClause)
- org.sonar.python.tree.ExceptClauseImpl (implements org.sonar.plugins.python.api.tree.ExceptClause)
- org.sonar.python.tree.ExpressionListImpl (implements org.sonar.plugins.python.api.tree.ExpressionList)
- org.sonar.python.tree.FileInputImpl (implements org.sonar.plugins.python.api.tree.FileInput)
- org.sonar.python.tree.FinallyClauseImpl (implements org.sonar.plugins.python.api.tree.FinallyClause)
- org.sonar.python.tree.FormatSpecifierImpl (implements org.sonar.plugins.python.api.tree.FormatSpecifier)
- org.sonar.python.tree.FormattedExpressionImpl (implements org.sonar.plugins.python.api.tree.FormattedExpression)
- org.sonar.python.tree.ForStatementImpl (implements org.sonar.plugins.python.api.tree.ForStatement)
- org.sonar.python.tree.FunctionDefImpl (implements org.sonar.plugins.python.api.tree.FunctionDef)
- org.sonar.python.tree.GroupPatternImpl (implements org.sonar.plugins.python.api.tree.GroupPattern)
- org.sonar.python.tree.GuardImpl (implements org.sonar.plugins.python.api.tree.Guard)
- org.sonar.python.tree.IfStatementImpl (implements org.sonar.plugins.python.api.tree.IfStatement)
- org.sonar.python.tree.KeyValuePairImpl (implements org.sonar.plugins.python.api.tree.KeyValuePair)
- org.sonar.python.tree.KeyValuePatternImpl (implements org.sonar.plugins.python.api.tree.KeyValuePattern)
- org.sonar.python.tree.KeywordPatternImpl (implements org.sonar.plugins.python.api.tree.KeywordPattern)
- org.sonar.python.tree.LambdaExpressionImpl (implements org.sonar.plugins.python.api.tree.LambdaExpression)
- org.sonar.python.tree.ListLiteralImpl (implements org.sonar.plugins.python.api.tree.ListLiteral)
- org.sonar.python.tree.LiteralPatternImpl (implements org.sonar.plugins.python.api.tree.LiteralPattern)
- org.sonar.python.tree.MappingPatternImpl (implements org.sonar.plugins.python.api.tree.MappingPattern)
- org.sonar.python.tree.MatchStatementImpl (implements org.sonar.plugins.python.api.tree.MatchStatement)
- org.sonar.python.tree.NameImpl (implements org.sonar.plugins.python.api.tree.Name)
- org.sonar.python.tree.NoneExpressionImpl (implements org.sonar.plugins.python.api.tree.NoneExpression)
- org.sonar.python.tree.NumericLiteralImpl (implements org.sonar.plugins.python.api.tree.NumericLiteral)
- org.sonar.python.tree.OrPatternImpl (implements org.sonar.plugins.python.api.tree.OrPattern)
- org.sonar.python.tree.ParameterImpl (implements org.sonar.plugins.python.api.tree.Parameter)
- org.sonar.python.tree.ParameterListImpl (implements org.sonar.plugins.python.api.tree.ParameterList)
- org.sonar.python.tree.ParenthesizedExpressionImpl (implements org.sonar.python.types.HasTypeDependencies, org.sonar.plugins.python.api.tree.ParenthesizedExpression)
- org.sonar.python.tree.QualifiedExpressionImpl (implements org.sonar.plugins.python.api.tree.QualifiedExpression)
- org.sonar.python.tree.RegularArgumentImpl (implements org.sonar.plugins.python.api.tree.RegularArgument)
- org.sonar.python.tree.ReprExpressionImpl (implements org.sonar.plugins.python.api.tree.ReprExpression)
- org.sonar.python.tree.SequencePatternImpl (implements org.sonar.plugins.python.api.tree.SequencePattern)
- org.sonar.python.tree.SimpleStatement
- org.sonar.python.tree.AnnotatedAssignmentImpl (implements org.sonar.plugins.python.api.tree.AnnotatedAssignment)
- org.sonar.python.tree.AssertStatementImpl (implements org.sonar.plugins.python.api.tree.AssertStatement)
- org.sonar.python.tree.AssignmentStatementImpl (implements org.sonar.plugins.python.api.tree.AssignmentStatement)
- org.sonar.python.tree.BreakStatementImpl (implements org.sonar.plugins.python.api.tree.BreakStatement)
- org.sonar.python.tree.CompoundAssignmentStatementImpl (implements org.sonar.plugins.python.api.tree.CompoundAssignmentStatement)
- org.sonar.python.tree.ContinueStatementImpl (implements org.sonar.plugins.python.api.tree.ContinueStatement)
- org.sonar.python.tree.DecoratorImpl (implements org.sonar.plugins.python.api.tree.Decorator)
- org.sonar.python.tree.DelStatementImpl (implements org.sonar.plugins.python.api.tree.DelStatement)
- org.sonar.python.tree.ExecStatementImpl (implements org.sonar.plugins.python.api.tree.ExecStatement)
- org.sonar.python.tree.ExpressionStatementImpl (implements org.sonar.plugins.python.api.tree.ExpressionStatement)
- org.sonar.python.tree.GlobalStatementImpl (implements org.sonar.plugins.python.api.tree.GlobalStatement)
- org.sonar.python.tree.ImportFromImpl (implements org.sonar.plugins.python.api.tree.ImportFrom)
- org.sonar.python.tree.ImportNameImpl (implements org.sonar.plugins.python.api.tree.ImportName)
- org.sonar.python.tree.NonlocalStatementImpl (implements org.sonar.plugins.python.api.tree.NonlocalStatement)
- org.sonar.python.tree.PassStatementImpl (implements org.sonar.plugins.python.api.tree.PassStatement)
- org.sonar.python.tree.PrintStatementImpl (implements org.sonar.plugins.python.api.tree.PrintStatement)
- org.sonar.python.tree.RaiseStatementImpl (implements org.sonar.plugins.python.api.tree.RaiseStatement)
- org.sonar.python.tree.ReturnStatementImpl (implements org.sonar.plugins.python.api.tree.ReturnStatement)
- org.sonar.python.tree.YieldStatementImpl (implements org.sonar.plugins.python.api.tree.YieldStatement)
- org.sonar.python.tree.SliceExpressionImpl (implements org.sonar.python.types.HasTypeDependencies, org.sonar.plugins.python.api.tree.SliceExpression)
- org.sonar.python.tree.SliceItemImpl (implements org.sonar.plugins.python.api.tree.SliceItem)
- org.sonar.python.tree.SliceListImpl (implements org.sonar.plugins.python.api.tree.SliceList)
- org.sonar.python.tree.StarPatternImpl (implements org.sonar.plugins.python.api.tree.StarPattern)
- org.sonar.python.tree.StatementListImpl (implements org.sonar.plugins.python.api.tree.StatementList)
- org.sonar.python.tree.StringElementImpl (implements org.sonar.plugins.python.api.tree.StringElement)
- org.sonar.python.tree.StringLiteralImpl (implements org.sonar.plugins.python.api.tree.StringLiteral)
- org.sonar.python.tree.SubscriptionExpressionImpl (implements org.sonar.plugins.python.api.tree.SubscriptionExpression)
- org.sonar.python.tree.TokenImpl (implements org.sonar.plugins.python.api.tree.Token)
- org.sonar.python.tree.TryStatementImpl (implements org.sonar.plugins.python.api.tree.TryStatement)
- org.sonar.python.tree.TupleImpl (implements org.sonar.plugins.python.api.tree.Tuple)
- org.sonar.python.tree.TupleParameterImpl (implements org.sonar.plugins.python.api.tree.TupleParameter)
- org.sonar.python.tree.TypeAnnotationImpl (implements org.sonar.plugins.python.api.tree.TypeAnnotation)
- org.sonar.python.tree.UnaryExpressionImpl (implements org.sonar.plugins.python.api.tree.UnaryExpression)
- org.sonar.python.tree.UnpackingExpressionImpl (implements org.sonar.plugins.python.api.tree.UnpackingExpression)
- org.sonar.python.tree.ValuePatternImpl (implements org.sonar.plugins.python.api.tree.ValuePattern)
- org.sonar.python.tree.WhileStatementImpl (implements org.sonar.plugins.python.api.tree.WhileStatement)
- org.sonar.python.tree.WildcardPatternImpl (implements org.sonar.plugins.python.api.tree.WildcardPattern)
- org.sonar.python.tree.WithStatementImpl (implements org.sonar.plugins.python.api.tree.WithStatement)
- org.sonar.python.tree.WithStatementImpl.WithItemImpl (implements org.sonar.plugins.python.api.tree.WithItem)
- org.sonar.python.tree.YieldExpressionImpl (implements org.sonar.plugins.python.api.tree.YieldExpression)
- org.sonar.python.tree.Separators
- org.sonar.python.tree.StatementWithSeparator
- org.sonar.python.tree.TreeUtils
- org.sonar.python.tree.TriviaImpl (implements org.sonar.plugins.python.api.tree.Trivia)