Uses of Interface
org.sonar.plugins.java.api.tree.MethodTree
Packages that use MethodTree
Package
Description
Provides interfaces to represent Java source code as syntax tree.
Provides interfaces to represent Java source code as syntax tree.
-
Uses of MethodTree in org.sonar.java
Methods in org.sonar.java with parameters of type MethodTree -
Uses of MethodTree in org.sonar.java.ast.visitors
Methods in org.sonar.java.ast.visitors with parameters of type MethodTreeModifier and TypeMethodDescriptionintMethodNestingLevelVisitor.getMaxNestingLevel(MethodTree tree) intNumberOfAccessedVariablesVisitor.getNumberOfAccessedVariables(MethodTree tree) static booleanAccessorsUtils.isAccessor(ClassTree classTree, MethodTree methodTree) CognitiveComplexityVisitor.methodComplexity(MethodTree methodTree) voidComplexityVisitor.visitMethod(MethodTree tree) voidMethodNestingLevelVisitor.visitMethod(MethodTree tree) voidSonarSymbolTableVisitor.visitMethod(MethodTree tree) voidStatementVisitor.visitMethod(MethodTree tree) -
Uses of MethodTree in org.sonar.java.cfg
Methods in org.sonar.java.cfg with parameters of type MethodTree -
Uses of MethodTree in org.sonar.java.matcher
Methods in org.sonar.java.matcher with parameters of type MethodTreeModifier and TypeMethodDescriptionbooleanMethodMatchersBuilder.matches(MethodTree methodTree) booleanMethodMatchersList.matches(MethodTree methodTree) booleanNoneMethodMatchers.matches(MethodTree methodTree) -
Uses of MethodTree in org.sonar.java.metrics
Methods in org.sonar.java.metrics with parameters of type MethodTreeModifier and TypeMethodDescriptionMetricsComputer.getMethodComplexity(MethodTree tree) intMetricsComputer.getMethodNestingLevel(MethodTree tree) intMetricsComputer.getNumberOfAccessedVariables(MethodTree tree) -
Uses of MethodTree in org.sonar.java.model
Methods in org.sonar.java.model that return MethodTreeModifier and TypeMethodDescriptionSymbols.UnknownMethodSymbol.declaration()static MethodTreeExpressionUtils.getEnclosingMethod(ExpressionTree expr) Return the first enclosing method or constructor containing the given expression. -
Uses of MethodTree in org.sonar.java.model.declaration
Classes in org.sonar.java.model.declaration that implement MethodTree -
Uses of MethodTree in org.sonar.plugins.java.api.semantic
Methods in org.sonar.plugins.java.api.semantic that return MethodTreeMethods in org.sonar.plugins.java.api.semantic with parameters of type MethodTree -
Uses of MethodTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree with parameters of type MethodTreeModifier and TypeMethodDescriptionvoidBaseTreeVisitor.visitMethod(MethodTree tree) voidTreeVisitor.visitMethod(MethodTree tree)