Uses of Interface
org.sonar.python.api.tree.Tree
-
Packages that use Tree Package Description org.sonar.python org.sonar.python.api.tree org.sonar.python.metrics org.sonar.python.semantic org.sonar.python.tree -
-
Uses of Tree in org.sonar.python
Methods in org.sonar.python that return Tree Modifier and Type Method Description TreeSubscriptionContext. syntaxNode()Methods in org.sonar.python with parameters of type Tree Modifier and Type Method Description protected PythonCheck.PreciseIssuePythonCheckTree. addIssue(Tree node, String message)PythonCheck.PreciseIssueSubscriptionContext. addIssue(Tree element, String message)static IssueLocationIssueLocation. preciseLocation(Tree tree, String message)voidSubscriptionVisitor. scan(Tree element)PythonCheck.PreciseIssuePythonCheck.PreciseIssue. secondary(Tree tree, String message) -
Uses of Tree in org.sonar.python.api.tree
Methods in org.sonar.python.api.tree that return Tree Modifier and Type Method Description TreeTree. parent()Methods in org.sonar.python.api.tree that return types with arguments of type Tree Modifier and Type Method Description default List<Tree>Tree. ancestors()List<Tree>Tree. children()default Stream<Tree>Tree. descendants()default Stream<Tree>Tree. descendants(Tree.Kind kind)List<Tree>SliceList. slices() -
Uses of Tree in org.sonar.python.metrics
Methods in org.sonar.python.metrics with parameters of type Tree Modifier and Type Method Description static intCognitiveComplexityVisitor. complexity(Tree tree, CognitiveComplexityVisitor.SecondaryLocationConsumer secondaryLocationConsumer)static intComplexityVisitor. complexity(Tree pyTree) -
Uses of Tree in org.sonar.python.semantic
Methods in org.sonar.python.semantic that return Tree Modifier and Type Method Description TreeUsage. tree()TreeUsageImpl. tree()Constructors in org.sonar.python.semantic with parameters of type Tree Constructor Description UsageImpl(Tree tree, Usage.Kind kind) -
Uses of Tree in org.sonar.python.tree
Methods in org.sonar.python.tree that return Tree Modifier and Type Method Description TreePyTree. parent()Methods in org.sonar.python.tree that return types with arguments of type Tree Modifier and Type Method Description List<Tree>AliasedNameImpl. children()List<Tree>AnnotatedAssignmentImpl. children()List<Tree>ArgListImpl. children()List<Tree>ArgumentImpl. children()List<Tree>AssertStatementImpl. children()List<Tree>AssignmentStatementImpl. children()List<Tree>AwaitExpressionImpl. children()List<Tree>BinaryExpressionImpl. children()List<Tree>BreakStatementImpl. children()List<Tree>CallExpressionImpl. children()List<Tree>ClassDefImpl. children()List<Tree>CompoundAssignmentStatementImpl. children()List<Tree>ComprehensionExpressionImpl. children()List<Tree>ComprehensionForImpl. children()List<Tree>ComprehensionIfImpl. children()List<Tree>ConditionalExpressionImpl. children()List<Tree>ContinueStatementImpl. children()List<Tree>DecoratorImpl. children()List<Tree>DelStatementImpl. children()List<Tree>DictCompExpressionImpl. children()List<Tree>DictionaryLiteralImpl. children()List<Tree>DottedNameImpl. children()List<Tree>EllipsisExpressionImpl. children()List<Tree>ElseStatementImpl. children()List<Tree>ExceptClauseImpl. children()List<Tree>ExecStatementImpl. children()List<Tree>ExpressionListImpl. children()List<Tree>ExpressionStatementImpl. children()List<Tree>FileInputImpl. children()List<Tree>FinallyClauseImpl. children()List<Tree>ForStatementImpl. children()List<Tree>FunctionDefImpl. children()List<Tree>GlobalStatementImpl. children()List<Tree>IfStatementImpl. children()List<Tree>ImportFromImpl. children()List<Tree>ImportNameImpl. children()List<Tree>InExpressionImpl. children()List<Tree>IsExpressionImpl. children()List<Tree>KeyValuePairImpl. children()List<Tree>LambdaExpressionImpl. children()List<Tree>ListLiteralImpl. children()List<Tree>NameImpl. children()List<Tree>NoneExpressionImpl. children()List<Tree>NonlocalStatementImpl. children()List<Tree>NumericLiteralImpl. children()List<Tree>ParameterImpl. children()List<Tree>ParameterListImpl. children()List<Tree>ParenthesizedExpressionImpl. children()List<Tree>PassStatementImpl. children()List<Tree>PrintStatementImpl. children()List<Tree>QualifiedExpressionImpl. children()List<Tree>RaiseStatementImpl. children()List<Tree>ReprExpressionImpl. children()List<Tree>ReturnStatementImpl. children()List<Tree>SetLiteralImpl. children()List<Tree>SliceExpressionImpl. children()List<Tree>SliceItemImpl. children()List<Tree>SliceListImpl. children()List<Tree>StarredExpressionImpl. children()List<Tree>StatementListImpl. children()List<Tree>StringElementImpl. children()List<Tree>StringLiteralImpl. children()List<Tree>SubscriptionExpressionImpl. children()List<Tree>TokenImpl. children()List<Tree>TryStatementImpl. children()List<Tree>TupleImpl. children()List<Tree>TupleParameterImpl. children()List<Tree>TypeAnnotationImpl. children()List<Tree>UnaryExpressionImpl. children()List<Tree>WhileStatementImpl. children()List<Tree>WithStatementImpl. children()List<Tree>WithStatementImpl.WithItemImpl. children()List<Tree>YieldExpressionImpl. children()List<Tree>YieldStatementImpl. children()List<Tree>SliceListImpl. slices()Methods in org.sonar.python.tree with parameters of type Tree Modifier and Type Method Description protected voidBaseTreeVisitor. scan(Tree tree)protected voidPyTree. setParent(Tree parent)voidPythonTreeMaker. setParents(Tree root)Method parameters in org.sonar.python.tree with type arguments of type Tree Modifier and Type Method Description protected voidBaseTreeVisitor. scan(List<? extends Tree> trees)Constructor parameters in org.sonar.python.tree with type arguments of type Tree Constructor Description SliceListImpl(com.sonar.sslr.api.AstNode node, List<Tree> slices, List<Token> separators)
-