Uses of Class
org.sonar.java.model.TypeParameterTreeImpl
-
Packages that use TypeParameterTreeImpl Package Description org.sonar.java.ast.parser org.sonar.java.model -
-
Uses of TypeParameterTreeImpl in org.sonar.java.ast.parser
Methods in org.sonar.java.ast.parser that return TypeParameterTreeImpl Modifier and Type Method Description TypeParameterTreeImplTreeFactory. completeTypeParameter(com.sonar.sslr.api.typed.Optional<List<AnnotationTreeImpl>> annotations, InternalSyntaxToken identifierToken, com.sonar.sslr.api.typed.Optional<TypeParameterTreeImpl> partial)TypeParameterTreeImplTreeFactory. newTypeParameter(InternalSyntaxToken extendsToken, BoundListTreeImpl bounds)TypeParameterTreeImplJavaGrammar. TYPE_PARAMETER()Methods in org.sonar.java.ast.parser with parameters of type TypeParameterTreeImpl Modifier and Type Method Description TypeParameterListTreeImplTreeFactory. newTypeParameterList(InternalSyntaxToken openBracketToken, TypeParameterTreeImpl typeParameter, com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,TypeParameterTreeImpl>>> rests, InternalSyntaxToken closeBracketToken)Method parameters in org.sonar.java.ast.parser with type arguments of type TypeParameterTreeImpl Modifier and Type Method Description TypeParameterListTreeImplTreeFactory. newTypeParameterList(InternalSyntaxToken openBracketToken, TypeParameterTreeImpl typeParameter, com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,TypeParameterTreeImpl>>> rests, InternalSyntaxToken closeBracketToken) -
Uses of TypeParameterTreeImpl in org.sonar.java.model
Methods in org.sonar.java.model that return TypeParameterTreeImpl Modifier and Type Method Description TypeParameterTreeImplTypeParameterTreeImpl. complete(IdentifierTreeImpl identifier)
-