| Package | Description |
|---|---|
| org.sonar.java.ast.parser | |
| org.sonar.java.model.declaration |
| Modifier and Type | Method and Description |
|---|---|
TypeParameterListTreeImpl |
TreeFactory.newTypeParameterList(com.sonar.sslr.api.AstNode openBracketTokenAstNode,
TypeParameterTreeImpl typeParameter,
Optional<List<com.sonar.sslr.api.AstNode>> rests,
com.sonar.sslr.api.AstNode closeBracketTokenAstNode) |
TypeParameterListTreeImpl |
JavaGrammar.TYPE_PARAMETERS() |
| Modifier and Type | Method and Description |
|---|---|
MethodTreeImpl |
TreeFactory.completeGenericMethodOrConstructorDeclaration(TypeParameterListTreeImpl typeParameters,
MethodTreeImpl partial) |
| Modifier and Type | Method and Description |
|---|---|
ClassTreeImpl |
TreeFactory.completeClassDeclaration(com.sonar.sslr.api.AstNode classTokenAstNode,
com.sonar.sslr.api.AstNode identifierAstNode,
Optional<TypeParameterListTreeImpl> typeParameters,
Optional<TreeFactory.Tuple<com.sonar.sslr.api.AstNode,ExpressionTree>> extendsClause,
Optional<TreeFactory.Tuple<com.sonar.sslr.api.AstNode,QualifiedIdentifierListTreeImpl>> implementsClause,
ClassTreeImpl partial) |
ClassTreeImpl |
TreeFactory.completeInterfaceDeclaration(com.sonar.sslr.api.AstNode interfaceTokenAstNode,
com.sonar.sslr.api.AstNode identifierAstNode,
Optional<TypeParameterListTreeImpl> typeParameters,
Optional<TreeFactory.Tuple<com.sonar.sslr.api.AstNode,QualifiedIdentifierListTreeImpl>> extendsClause,
ClassTreeImpl partial) |
| Modifier and Type | Method and Description |
|---|---|
ClassTreeImpl |
ClassTreeImpl.completeTypeParameters(TypeParameterListTreeImpl typeParameters) |
MethodTreeImpl |
MethodTreeImpl.completeWithTypeParameters(TypeParameterListTreeImpl typeParameters) |
Copyright © 2012–2015 SonarSource. All rights reserved.