Uses of Interface
org.sonar.plugins.java.api.tree.MethodTree
-
Packages that use MethodTree Package Description org.sonar.java org.sonar.java.ast.visitors org.sonar.java.cfg org.sonar.java.matcher org.sonar.java.model org.sonar.java.model.declaration org.sonar.java.se org.sonar.java.se.checks org.sonar.java.se.checks.debug org.sonar.plugins.java.api.semantic Provides interfaces to represent Java source code as syntax tree.org.sonar.plugins.java.api.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 Modifier and Type Method Description void
JavaFilesCache. visitMethod(MethodTree tree)
-
Uses of MethodTree in org.sonar.java.ast.visitors
Methods in org.sonar.java.ast.visitors with parameters of type MethodTree Modifier and Type Method Description static boolean
AccessorsUtils. isAccessor(ClassTree classTree, MethodTree methodTree)
static CognitiveComplexityVisitor.Result
CognitiveComplexityVisitor. methodComplexity(MethodTree methodTree)
void
ComplexityVisitor. visitMethod(MethodTree tree)
void
PublicApiChecker. 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 Modifier and Type Method Description static CFG
CFG. build(MethodTree tree)
-
Uses of MethodTree in org.sonar.java.matcher
Methods in org.sonar.java.matcher with parameters of type MethodTree Modifier and Type Method Description boolean
MethodMatcherCollection. anyMatch(MethodTree method)
boolean
MethodMatcher. matches(MethodTree methodTree)
-
Uses of MethodTree in org.sonar.java.model
Methods in org.sonar.java.model that return MethodTree Modifier and Type Method Description static MethodTree
ExpressionUtils. getEnclosingMethod(ExpressionTree expr)
-
Uses of MethodTree in org.sonar.java.model.declaration
Classes in org.sonar.java.model.declaration that implement MethodTree Modifier and Type Class Description class
MethodTreeImpl
-
Uses of MethodTree in org.sonar.java.se
Methods in org.sonar.java.se with parameters of type MethodTree Modifier and Type Method Description void
SymbolicExecutionVisitor. execute(MethodTree methodTree)
void
CheckerDispatcher. init(MethodTree methodTree, CFG cfg)
MethodBehavior
ExplodedGraphWalker. visitMethod(MethodTree tree)
MethodBehavior
ExplodedGraphWalker. visitMethod(MethodTree tree, MethodBehavior methodBehavior)
-
Uses of MethodTree in org.sonar.java.se.checks
Methods in org.sonar.java.se.checks with parameters of type MethodTree Modifier and Type Method Description void
InvariantReturnCheck. init(MethodTree methodTree, CFG cfg)
void
MapComputeIfAbsentOrPresentCheck. init(MethodTree methodTree, CFG cfg)
void
NonNullSetToNullCheck. init(MethodTree tree, CFG cfg)
void
NoWayOutLoopCheck. init(MethodTree tree, CFG cfg)
void
NullDereferenceCheck. init(MethodTree methodTree, CFG cfg)
void
RedundantAssignmentsCheck. init(MethodTree methodTree, CFG cfg)
void
SECheck. init(MethodTree methodTree, CFG cfg)
void
UnclosedResourcesCheck. init(MethodTree methodTree, CFG cfg)
-
Uses of MethodTree in org.sonar.java.se.checks.debug
Methods in org.sonar.java.se.checks.debug with parameters of type MethodTree Modifier and Type Method Description void
DebugInterruptedExecutionCheck. init(MethodTree methodTree, CFG cfg)
void
DebugMethodYieldsCheck. init(MethodTree methodTree, CFG cfg)
void
DebugMethodYieldsOnInvocationsCheck. init(MethodTree methodTree, CFG cfg)
-
Uses of MethodTree in org.sonar.plugins.java.api.semantic
Methods in org.sonar.plugins.java.api.semantic that return MethodTree Modifier and Type Method Description MethodTree
Symbol.MethodSymbol. declaration()
-
Uses of MethodTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree with parameters of type MethodTree Modifier and Type Method Description void
BaseTreeVisitor. visitMethod(MethodTree tree)
void
TreeVisitor. visitMethod(MethodTree tree)
-