| Package | Description |
|---|---|
| org.sonar.java.ast.parser | |
| org.sonar.java.model.declaration |
| 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) |
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(InternalSyntaxToken classSyntaxToken,
InternalSyntaxToken identifierToken,
com.sonar.sslr.api.typed.Optional<TypeParameterListTreeImpl> typeParameters,
com.sonar.sslr.api.typed.Optional<TreeFactory.Tuple<InternalSyntaxToken,TypeTree>> extendsClause,
com.sonar.sslr.api.typed.Optional<TreeFactory.Tuple<InternalSyntaxToken,QualifiedIdentifierListTreeImpl>> implementsClause,
ClassTreeImpl partial) |
ClassTreeImpl |
TreeFactory.completeInterfaceDeclaration(InternalSyntaxToken interfaceToken,
InternalSyntaxToken identifierToken,
com.sonar.sslr.api.typed.Optional<TypeParameterListTreeImpl> typeParameters,
com.sonar.sslr.api.typed.Optional<TreeFactory.Tuple<InternalSyntaxToken,QualifiedIdentifierListTreeImpl>> extendsClause,
ClassTreeImpl partial) |
| Modifier and Type | Method and Description |
|---|---|
ClassTreeImpl |
ClassTreeImpl.completeTypeParameters(TypeParameterListTreeImpl typeParameters) |
MethodTreeImpl |
MethodTreeImpl.completeWithTypeParameters(TypeParameterListTreeImpl typeParameters) |
Copyright © 2012–2016 SonarSource. All rights reserved.