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.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 List<Tree>Tree. children()List<Tree>PySliceListTree. 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) -
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>PyAliasedNameTreeImpl. children()List<Tree>PyAnnotatedAssignmentTreeImpl. children()List<Tree>PyArgListTreeImpl. children()List<Tree>PyArgumentTreeImpl. children()List<Tree>PyAssertStatementTreeImpl. children()List<Tree>PyAssignmentStatementTreeImpl. children()List<Tree>PyAwaitExpressionTreeImpl. children()List<Tree>PyBinaryExpressionTreeImpl. children()List<Tree>PyBreakStatementTreeImpl. children()List<Tree>PyCallExpressionTreeImpl. children()List<Tree>PyClassDefTreeImpl. children()List<Tree>PyCompoundAssignmentStatementTreeImpl. children()List<Tree>PyComprehensionExpressionTreeImpl. children()List<Tree>PyComprehensionForTreeImpl. children()List<Tree>PyComprehensionIfTreeImpl. children()List<Tree>PyConditionalExpressionTreeImpl. children()List<Tree>PyContinueStatementTreeImpl. children()List<Tree>PyDecoratorTreeImpl. children()List<Tree>PyDelStatementTreeImpl. children()List<Tree>PyDictCompExpressionTreeImpl. children()List<Tree>PyDictionaryLiteralTreeImpl. children()List<Tree>PyDottedNameTreeImpl. children()List<Tree>PyEllipsisExpressionTreeImpl. children()List<Tree>PyElseStatementTreeImpl. children()List<Tree>PyExceptClauseTreeImpl. children()List<Tree>PyExecStatementTreeImpl. children()List<Tree>PyExpressionListTreeImpl. children()List<Tree>PyExpressionStatementTreeImpl. children()List<Tree>PyFileInputTreeImpl. children()List<Tree>PyFinallyClauseTreeImpl. children()List<Tree>PyForStatementTreeImpl. children()List<Tree>PyFunctionDefTreeImpl. children()List<Tree>PyGlobalStatementTreeImpl. children()List<Tree>PyIfStatementTreeImpl. children()List<Tree>PyImportFromTreeImpl. children()List<Tree>PyImportNameTreeImpl. children()List<Tree>PyKeyValuePairTreeImpl. children()List<Tree>PyLambdaExpressionTreeImpl. children()List<Tree>PyListLiteralTreeImpl. children()List<Tree>PyNameTreeImpl. children()List<Tree>PyNoneExpressionTreeImpl. children()List<Tree>PyNonlocalStatementTreeImpl. children()List<Tree>PyNumericLiteralTreeImpl. children()List<Tree>PyParameterListTreeImpl. children()List<Tree>PyParameterTreeImpl. children()List<Tree>PyParenthesizedExpressionTreeImpl. children()List<Tree>PyPassStatementTreeImpl. children()List<Tree>PyPrintStatementTreeImpl. children()List<Tree>PyQualifiedExpressionTreeImpl. children()List<Tree>PyRaiseStatementTreeImpl. children()List<Tree>PyReprExpressionTreeImpl. children()List<Tree>PyReturnStatementTreeImpl. children()List<Tree>PySetLiteralTreeImpl. children()List<Tree>PySliceExpressionTreeImpl. children()List<Tree>PySliceItemTreeImpl. children()List<Tree>PySliceListTreeImpl. children()List<Tree>PyStarredExpressionTreeImpl. children()List<Tree>PyStatementListTreeImpl. children()List<Tree>PyStringElementImpl. children()List<Tree>PyStringLiteralTreeImpl. children()List<Tree>PySubscriptionExpressionTreeImpl. children()List<Tree>PyTryStatementTreeImpl. children()List<Tree>PyTupleParameterTreeImpl. children()List<Tree>PyTupleTreeImpl. children()List<Tree>PyTypeAnnotationTreeImpl. children()List<Tree>PyUnaryExpressionTreeImpl. children()List<Tree>PyWhileStatementTreeImpl. children()List<Tree>PyWithStatementTreeImpl. children()List<Tree>PyWithStatementTreeImpl.PyWithItemTreeImpl. children()List<Tree>PyYieldExpressionTreeImpl. children()List<Tree>PyYieldStatementTreeImpl. children()List<Tree>PySliceListTreeImpl. 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 PySliceListTreeImpl(com.sonar.sslr.api.AstNode node, List<Tree> slices, List<com.sonar.sslr.api.Token> separators)
-