Package | Description |
---|---|
org.sonar.java.ast.parser | |
org.sonar.java.model.declaration | |
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 |
ArgumentListTreeImpl |
Modifier and Type | Method and Description |
---|---|
Arguments |
AnnotationTreeImpl.arguments() |
Modifier and Type | Method and Description |
---|---|
Arguments |
NewClassTreeImpl.arguments() |
Arguments |
MethodInvocationTreeImpl.arguments() |
Constructor and Description |
---|
NewClassTreeImpl(Arguments arguments,
ClassTreeImpl classBody) |
Modifier and Type | Method and Description |
---|---|
Arguments |
NewClassTree.arguments() |
Arguments |
MethodInvocationTree.arguments() |
Arguments |
AnnotationTree.arguments() |
Copyright © 2012–2016 SonarSource. All rights reserved.