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 TypeMethodDescriptionstatic booleanAccessorsUtils.isAccessor(ClassTree classTree, MethodTree methodTree)CognitiveComplexityVisitor.methodComplexity(MethodTree methodTree)voidComplexityVisitor.visitMethod(MethodTree tree)voidPublicApiChecker.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.model
Methods in org.sonar.java.model that return MethodTreeModifier and TypeMethodDescriptionstatic MethodTreeExpressionUtils.getEnclosingMethod(ExpressionTree expr) -
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)