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_PARAMETERMethods in com.github.javaparser that return TypeParameterModifier and TypeMethodDescriptionJavaParserAdapter.parseTypeParameter(String typeParameter) static TypeParameterStaticJavaParser.parseTypeParameter(String typeParameter) Parses a type parameter and returns it as a TypeParameterfinal TypeParameterGeneratedJavaParser.TypeParameter(NodeList<AnnotationExpr> annotations) Note that theTypeParameterModifieris defined as anAnnotation.final TypeParameterGeneratedJavaParser.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.typeParametersprivate NodeList<TypeParameter> ClassOrInterfaceDeclaration.typeParametersprivate NodeList<TypeParameter> CompactConstructorDeclaration.typeParametersprivate NodeList<TypeParameter> RecordDeclaration.typeParametersMethods 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 TypeParameterNodeWithTypeParameters.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 NNodeWithTypeParameters.addTypeParameter(TypeParameter typeParameter) default NNodeWithTypeParameters.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 TypeMethodDescriptionvoidType.ifTypeParameter(Consumer<TypeParameter> action) voidTypeParameter.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) ObjectIdentityEqualsVisitor.visit(TypeParameter n, Visitable arg) ObjectIdentityHashCodeVisitor.visit(TypeParameter n, Void arg) voidVoidVisitor.visit(TypeParameter n, A arg) voidVoidVisitorAdapter.visit(TypeParameter n, A arg) voidVoidVisitorWithDefaults.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 TypeMethodDescriptionvoidDefaultPrettyPrinterVisitor.visit(TypeParameter n, Void arg) voidPrettyPrintVisitor.visit(TypeParameter n, Void arg) Deprecated.Method parameters in com.github.javaparser.printer with type arguments of type TypeParameterModifier and TypeMethodDescriptionprotected voidDefaultPrettyPrinterVisitor.printTypeParameters(NodeList<TypeParameter> args, Void arg) protected voidPrettyPrintVisitor.printTypeParameters(NodeList<TypeParameter> args, Void arg) Deprecated.