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 TypeMethodDescriptionint
MethodNestingLevelVisitor.getMaxNestingLevel
(MethodTree tree) int
NumberOfAccessedVariablesVisitor.getNumberOfAccessedVariables
(MethodTree tree) static boolean
AccessorsUtils.isAccessor
(ClassTree classTree, MethodTree methodTree) CognitiveComplexityVisitor.methodComplexity
(MethodTree methodTree) void
ComplexityVisitor.visitMethod
(MethodTree tree) void
MethodNestingLevelVisitor.visitMethod
(MethodTree tree) void
SonarSymbolTableVisitor.visitMethod
(MethodTree tree) void
StatementVisitor.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 TypeMethodDescriptionboolean
MethodMatchersBuilder.matches
(MethodTree methodTree) boolean
MethodMatchersList.matches
(MethodTree methodTree) boolean
NoneMethodMatchers.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) int
MetricsComputer.getMethodNestingLevel
(MethodTree tree) int
MetricsComputer.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 MethodTree
ExpressionUtils.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 TypeMethodDescriptionvoid
BaseTreeVisitor.visitMethod
(MethodTree tree) void
TreeVisitor.visitMethod
(MethodTree tree)