| Package | Description |
|---|---|
| org.sonar.java.model.expression | |
| org.sonar.plugins.java.api.tree |
Provides interfaces to represent Java source code as syntax tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TypeArgumentListTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
TypeArguments |
MethodReferenceTreeImpl.typeArguments() |
TypeArguments |
MethodInvocationTreeImpl.typeArguments() |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodReferenceTreeImpl.complete(TypeArguments typeArgument,
IdentifierTree method) |
| Constructor and Description |
|---|
MethodInvocationTreeImpl(ExpressionTree methodSelect,
TypeArguments typeArguments,
List<ExpressionTree> arguments,
com.sonar.sslr.api.AstNode... children) |
| Modifier and Type | Method and Description |
|---|---|
TypeArguments |
MethodReferenceTree.typeArguments() |
TypeArguments |
MethodInvocationTree.typeArguments() |
Copyright © 2012–2015 SonarSource. All rights reserved.