| Package | Description |
|---|---|
| org.sonar.java.ast.parser | |
| org.sonar.java.model |
| Modifier and Type | Method and Description |
|---|---|
TypeParameterTreeImpl |
TreeFactory.completeTypeParameter(com.sonar.sslr.api.typed.Optional<List<AnnotationTreeImpl>> annotations,
InternalSyntaxToken identifierToken,
com.sonar.sslr.api.typed.Optional<TypeParameterTreeImpl> partial) |
TypeParameterTreeImpl |
TreeFactory.newTypeParameter(InternalSyntaxToken extendsToken,
BoundListTreeImpl bounds) |
TypeParameterTreeImpl |
JavaGrammar.TYPE_PARAMETER() |
| Modifier and Type | Method and Description |
|---|---|
TypeParameterListTreeImpl |
TreeFactory.newTypeParameterList(InternalSyntaxToken openBracketToken,
TypeParameterTreeImpl typeParameter,
com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,TypeParameterTreeImpl>>> rests,
InternalSyntaxToken closeBracketToken) |
| Modifier and Type | Method and Description |
|---|---|
TypeParameterTreeImpl |
TreeFactory.completeTypeParameter(com.sonar.sslr.api.typed.Optional<List<AnnotationTreeImpl>> annotations,
InternalSyntaxToken identifierToken,
com.sonar.sslr.api.typed.Optional<TypeParameterTreeImpl> partial) |
TypeParameterListTreeImpl |
TreeFactory.newTypeParameterList(InternalSyntaxToken openBracketToken,
TypeParameterTreeImpl typeParameter,
com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,TypeParameterTreeImpl>>> rests,
InternalSyntaxToken closeBracketToken) |
| Modifier and Type | Method and Description |
|---|---|
TypeParameterTreeImpl |
TypeParameterTreeImpl.complete(IdentifierTreeImpl identifier) |
Copyright © 2012–2016 SonarSource. All rights reserved.