| Package | Description |
|---|---|
| org.sonar.java.ast.parser | |
| org.sonar.java.model |
| Modifier and Type | Method and Description |
|---|---|
TypeParameterTreeImpl |
TreeFactory.completeTypeParameter(Optional<List<AnnotationTreeImpl>> annotations,
com.sonar.sslr.api.AstNode identifierAstNode,
Optional<TypeParameterTreeImpl> partial) |
TypeParameterTreeImpl |
TreeFactory.newTypeParameter(com.sonar.sslr.api.AstNode extendsTokenAstNode,
BoundListTreeImpl bounds) |
TypeParameterTreeImpl |
JavaGrammar.TYPE_PARAMETER() |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
TypeParameterTreeImpl |
TreeFactory.completeTypeParameter(Optional<List<AnnotationTreeImpl>> annotations,
com.sonar.sslr.api.AstNode identifierAstNode,
Optional<TypeParameterTreeImpl> partial) |
| Modifier and Type | Method and Description |
|---|---|
TypeParameterTreeImpl |
TypeParameterTreeImpl.complete(IdentifierTreeImpl identifier) |
Copyright © 2012–2015 SonarSource. All rights reserved.