| Package | Description |
|---|---|
| org.sonar.java.matcher | |
| org.sonar.java.model.expression | |
| org.sonar.java.resolve | |
| 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 and Description |
|---|---|
boolean |
MethodMatcherCollection.anyMatch(MethodInvocationTree mit) |
boolean |
MethodMatcher.matches(MethodInvocationTree mit) |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodInvocationTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeAndReferenceSolver.visitMethodInvocation(MethodInvocationTree tree) |
| Modifier and Type | Method and Description |
|---|---|
void |
SyntaxTreeNameFinder.visitMethodInvocation(MethodInvocationTree tree) |
| Modifier and Type | Method and Description |
|---|---|
SymbolicValue |
ConstraintManager.createMethodSymbolicValue(MethodInvocationTree syntaxNode,
List<SymbolicValue> values) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseTreeVisitor.visitMethodInvocation(MethodInvocationTree tree) |
void |
TreeVisitor.visitMethodInvocation(MethodInvocationTree tree) |
Copyright © 2012–2016 SonarSource. All rights reserved.