Uses of Class
com.github.javaparser.ast.type.TypeParameter
Packages that use TypeParameter
Package
Description
-
Uses of TypeParameter in com.github.javaparser
Fields in com.github.javaparser with type parameters of type TypeParameterModifier and TypeFieldDescriptionstatic final ParseStart
<TypeParameter> ParseStart.TYPE_PARAMETER
Methods in com.github.javaparser that return TypeParameterModifier and TypeMethodDescriptionJavaParserAdapter.parseTypeParameter
(String typeParameter) static TypeParameter
StaticJavaParser.parseTypeParameter
(String typeParameter) Parses a type parameter and returns it as a TypeParameterfinal TypeParameter
GeneratedJavaParser.TypeParameter
(NodeList<AnnotationExpr> annotations) Note that theTypeParameterModifier
is defined as anAnnotation
.final TypeParameter
GeneratedJavaParser.TypeParameterParseStart()
Methods in com.github.javaparser that return types with arguments of type TypeParameterModifier and TypeMethodDescriptionJavaParser.parseTypeParameter
(String typeParameter) Parses a type parameter and returns it as a TypeParameterfinal RangedList
<TypeParameter> GeneratedJavaParser.TypeParameters()
If the list inside the returned RangedList is null, there are no brackets. -
Uses of TypeParameter in com.github.javaparser.ast.body
Fields in com.github.javaparser.ast.body with type parameters of type TypeParameterModifier and TypeFieldDescriptionprivate NodeList
<TypeParameter> CallableDeclaration.typeParameters
private NodeList
<TypeParameter> ClassOrInterfaceDeclaration.typeParameters
private NodeList
<TypeParameter> CompactConstructorDeclaration.typeParameters
private NodeList
<TypeParameter> RecordDeclaration.typeParameters
Methods in com.github.javaparser.ast.body that return types with arguments of type TypeParameterModifier and TypeMethodDescriptionCallableDeclaration.getTypeParameters()
ClassOrInterfaceDeclaration.getTypeParameters()
CompactConstructorDeclaration.getTypeParameters()
RecordDeclaration.getTypeParameters()
Method parameters in com.github.javaparser.ast.body with type arguments of type TypeParameterModifier and TypeMethodDescriptionCallableDeclaration.setTypeParameters
(NodeList<TypeParameter> typeParameters) ClassOrInterfaceDeclaration.setTypeParameters
(NodeList<TypeParameter> typeParameters) CompactConstructorDeclaration.setTypeParameters
(NodeList<TypeParameter> typeParameters) ConstructorDeclaration.setTypeParameters
(NodeList<TypeParameter> typeParameters) MethodDeclaration.setTypeParameters
(NodeList<TypeParameter> typeParameters) RecordDeclaration.setTypeParameters
(NodeList<TypeParameter> typeParameters) -
Uses of TypeParameter in com.github.javaparser.ast.nodeTypes
Methods in com.github.javaparser.ast.nodeTypes that return TypeParameterModifier and TypeMethodDescriptiondefault TypeParameter
NodeWithTypeParameters.getTypeParameter
(int i) Methods in com.github.javaparser.ast.nodeTypes that return types with arguments of type TypeParameterMethods in com.github.javaparser.ast.nodeTypes with parameters of type TypeParameterModifier and TypeMethodDescriptiondefault N
NodeWithTypeParameters.addTypeParameter
(TypeParameter typeParameter) default N
NodeWithTypeParameters.setTypeParameter
(int i, TypeParameter typeParameter) Method parameters in com.github.javaparser.ast.nodeTypes with type arguments of type TypeParameterModifier and TypeMethodDescriptionNodeWithTypeParameters.setTypeParameters
(NodeList<TypeParameter> typeParameters) -
Uses of TypeParameter in com.github.javaparser.ast.type
Methods in com.github.javaparser.ast.type that return TypeParameterModifier and TypeMethodDescriptionType.asTypeParameter()
TypeParameter.asTypeParameter()
TypeParameter.clone()
TypeParameter.setAnnotations
(NodeList<AnnotationExpr> annotations) TypeParameter.setName
(SimpleName name) TypeParameter.setTypeBound
(NodeList<ClassOrInterfaceType> typeBound) Methods in com.github.javaparser.ast.type that return types with arguments of type TypeParameterMethod parameters in com.github.javaparser.ast.type with type arguments of type TypeParameterModifier and TypeMethodDescriptionvoid
Type.ifTypeParameter
(Consumer<TypeParameter> action) void
TypeParameter.ifTypeParameter
(Consumer<TypeParameter> action) -
Uses of TypeParameter in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type TypeParameterModifier and TypeMethodDescriptionCloneVisitor.visit
(TypeParameter n, Object arg) EqualsVisitor.visit
(TypeParameter n, Visitable arg) GenericListVisitorAdapter.visit
(TypeParameter n, A arg) GenericVisitor.visit
(TypeParameter n, A arg) GenericVisitorAdapter.visit
(TypeParameter n, A arg) GenericVisitorWithDefaults.visit
(TypeParameter n, A arg) HashCodeVisitor.visit
(TypeParameter n, Void arg) ModifierVisitor.visit
(TypeParameter n, A arg) NoCommentEqualsVisitor.visit
(TypeParameter n, Visitable arg) NoCommentHashCodeVisitor.visit
(TypeParameter n, Void arg) void
NodeFinderVisitor.visit
(TypeParameter n, Range arg) ObjectIdentityEqualsVisitor.visit
(TypeParameter n, Visitable arg) ObjectIdentityHashCodeVisitor.visit
(TypeParameter n, Void arg) void
VoidVisitor.visit
(TypeParameter n, A arg) void
VoidVisitorAdapter.visit
(TypeParameter n, A arg) void
VoidVisitorWithDefaults.visit
(TypeParameter n, A arg) -
Uses of TypeParameter in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type TypeParameterModifier and TypeMethodDescriptionvoid
DefaultPrettyPrinterVisitor.visit
(TypeParameter n, Void arg) void
PrettyPrintVisitor.visit
(TypeParameter n, Void arg) Deprecated.Method parameters in com.github.javaparser.printer with type arguments of type TypeParameterModifier and TypeMethodDescriptionprotected void
DefaultPrettyPrinterVisitor.printTypeParameters
(NodeList<TypeParameter> args, Void arg) protected void
PrettyPrintVisitor.printTypeParameters
(NodeList<TypeParameter> args, Void arg) Deprecated.