Uses of Class
com.github.javaparser.ast.type.TypeParameter
-
Packages that use TypeParameter Package Description com.github.javaparser.ast.body com.github.javaparser.ast.nodeTypes com.github.javaparser.ast.type com.github.javaparser.ast.visitor com.github.javaparser.printer -
-
Uses of TypeParameter in com.github.javaparser.ast.body
Methods in com.github.javaparser.ast.body that return types with arguments of type TypeParameter Modifier and Type Method Description NodeList<TypeParameter>CallableDeclaration. getTypeParameters()NodeList<TypeParameter>ClassOrInterfaceDeclaration. getTypeParameters()Method parameters in com.github.javaparser.ast.body with type arguments of type TypeParameter Modifier and Type Method Description TCallableDeclaration. setTypeParameters(NodeList<TypeParameter> typeParameters)ClassOrInterfaceDeclarationClassOrInterfaceDeclaration. setTypeParameters(NodeList<TypeParameter> typeParameters)ConstructorDeclarationConstructorDeclaration. setTypeParameters(NodeList<TypeParameter> typeParameters)MethodDeclarationMethodDeclaration. setTypeParameters(NodeList<TypeParameter> typeParameters) -
Uses of TypeParameter in com.github.javaparser.ast.nodeTypes
Methods in com.github.javaparser.ast.nodeTypes that return TypeParameter Modifier and Type Method Description default TypeParameterNodeWithTypeParameters. getTypeParameter(int i)Methods in com.github.javaparser.ast.nodeTypes that return types with arguments of type TypeParameter Modifier and Type Method Description NodeList<TypeParameter>NodeWithTypeParameters. getTypeParameters()Methods in com.github.javaparser.ast.nodeTypes with parameters of type TypeParameter Modifier and Type Method Description default NNodeWithTypeParameters. addTypeParameter(TypeParameter typeParameter)default NNodeWithTypeParameters. setTypeParameter(int i, TypeParameter typeParameter)Method parameters in com.github.javaparser.ast.nodeTypes with type arguments of type TypeParameter Modifier and Type Method Description NNodeWithTypeParameters. setTypeParameters(NodeList<TypeParameter> typeParameters) -
Uses of TypeParameter in com.github.javaparser.ast.type
Methods in com.github.javaparser.ast.type that return TypeParameter Modifier and Type Method Description TypeParameterTypeParameter. clone()TypeParameterTypeParameter. setAnnotations(NodeList<AnnotationExpr> annotations)TypeParameterTypeParameter. setName(SimpleName name)TypeParameterTypeParameter. setTypeBound(NodeList<ClassOrInterfaceType> typeBound) -
Uses of TypeParameter in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type TypeParameter Modifier and Type Method Description VisitableCloneVisitor. visit(TypeParameter n, Object arg)BooleanEqualsVisitor. visit(TypeParameter n, Visitable arg)List<R>GenericListVisitorAdapter. visit(TypeParameter n, A arg)RGenericVisitor. visit(TypeParameter n, A arg)RGenericVisitorAdapter. visit(TypeParameter n, A arg)IntegerHashCodeVisitor. visit(TypeParameter n, Void arg)VisitableModifierVisitor. visit(TypeParameter n, A arg)BooleanObjectIdentityEqualsVisitor. visit(TypeParameter n, Visitable arg)IntegerObjectIdentityHashCodeVisitor. visit(TypeParameter n, Void arg)voidVoidVisitor. visit(TypeParameter n, A arg)voidVoidVisitorAdapter. visit(TypeParameter n, A arg) -
Uses of TypeParameter in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type TypeParameter Modifier and Type Method Description voidPrettyPrintVisitor. visit(TypeParameter n, Void arg)
-