| Package | Description |
|---|---|
| org.sonar.java.ast.parser | |
| org.sonar.java.model.declaration | |
| org.sonar.java.model.expression |
| Modifier and Type | Method | Description |
|---|---|---|
NewClassTreeImpl |
TreeFactory.newClassCreatorRest(ArgumentListTreeImpl arguments,
com.sonar.sslr.api.typed.Optional<ClassTreeImpl> classBody) |
| Modifier and Type | Method | Description |
|---|---|---|
ArgumentListTreeImpl |
TreeFactory.completeArguments(InternalSyntaxToken openParenthesisToken,
com.sonar.sslr.api.typed.Optional<ArgumentListTreeImpl> expressions,
InternalSyntaxToken closeParenthesisToken) |
|
ArgumentListTreeImpl |
TreeFactory.completeNormalAnnotation(InternalSyntaxToken openParenToken,
com.sonar.sslr.api.typed.Optional<ArgumentListTreeImpl> partial,
InternalSyntaxToken closeParenToken) |
|
AnnotationTreeImpl |
TreeFactory.newAnnotation(InternalSyntaxToken atToken,
TypeTree qualifiedIdentifier,
com.sonar.sslr.api.typed.Optional<ArgumentListTreeImpl> arguments) |
| Constructor | Description |
|---|---|
AnnotationTreeImpl(InternalSyntaxToken atToken,
TypeTree annotationType,
ArgumentListTreeImpl arguments) |
| Constructor | Description |
|---|---|
MethodInvocationTreeImpl(ExpressionTree methodSelect,
TypeArguments typeArguments,
ArgumentListTreeImpl arguments) |
Copyright © 2012–2018 SonarSource. All rights reserved.