| Package | Description |
|---|---|
| org.sonar.java.matcher | |
| org.sonar.java.model | |
| org.sonar.java.model.expression | |
| org.sonar.java.resolve | |
| org.sonar.java.se | |
| org.sonar.java.se.checks | |
| org.sonar.java.se.constraint | |
| org.sonar.plugins.java.api.tree |
Provides interfaces to represent Java source code as syntax tree.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
MethodMatcherCollection.anyMatch(MethodInvocationTree mit) |
|
boolean |
MethodMatcher.matches(MethodInvocationTree mit) |
| Modifier and Type | Method | Description |
|---|---|---|
static IdentifierTree |
ExpressionUtils.methodName(MethodInvocationTree mit) |
Retrieve the identifier corresponding to the method name associated to the method invocation
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
MethodInvocationTreeImpl |
| Modifier and Type | Method | Description |
|---|---|---|
void |
TypeAndReferenceSolver.visitMethodInvocation(MethodInvocationTree tree) |
| Modifier and Type | Method | Description |
|---|---|---|
static Flow |
FlowComputation.flowsForArgumentsChangingName(List<Integer> argumentIndices,
MethodInvocationTree mit) |
|
static Flow |
FlowComputation.flowsForPassedArguments(List<Integer> argumentIndices,
MethodInvocationTree mit) |
|
static IdentifierTree |
FlowComputation.getArgumentIdentifier(MethodInvocationTree mit,
int index) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SyntaxTreeNameFinder.visitMethodInvocation(MethodInvocationTree tree) |
| Modifier and Type | Method | Description |
|---|---|---|
SymbolicValue |
ConstraintManager.createMethodSymbolicValue(MethodInvocationTree syntaxNode,
List<ProgramState.SymbolicValueSymbol> values) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
BaseTreeVisitor.visitMethodInvocation(MethodInvocationTree tree) |
|
void |
TreeVisitor.visitMethodInvocation(MethodInvocationTree tree) |
Copyright © 2012–2018 SonarSource. All rights reserved.