Uses of Class
com.github.javaparser.ast.type.TypeParameter
-
-
Uses of TypeParameter in com.github.javaparser
Fields in com.github.javaparser with type parameters of type TypeParameter Modifier and Type Field Description static ParseStart<TypeParameter>ParseStart. TYPE_PARAMETERMethods in com.github.javaparser that return TypeParameter Modifier and Type Method Description static TypeParameterStaticJavaParser. parseTypeParameter(java.lang.String typeParameter)Parses a type parameter and returns it as a TypeParameterTypeParameterGeneratedJavaParser. TypeParameter(NodeList<AnnotationExpr> annotations)TypeParameterGeneratedJavaParser. TypeParameterParseStart()Methods in com.github.javaparser that return types with arguments of type TypeParameter Modifier and Type Method Description ParseResult<TypeParameter>JavaParser. parseTypeParameter(java.lang.String typeParameter)Parses a type parameter and returns it as a TypeParameterRangedList<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 TypeParameter Modifier and Type Field Description private NodeList<TypeParameter>CallableDeclaration. typeParametersprivate NodeList<TypeParameter>ClassOrInterfaceDeclaration. typeParametersMethods 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 TypeParameterType. asTypeParameter()TypeParameterTypeParameter. asTypeParameter()TypeParameterTypeParameter. clone()TypeParameterTypeParameter. setAnnotations(NodeList<AnnotationExpr> annotations)TypeParameterTypeParameter. setName(SimpleName name)TypeParameterTypeParameter. setTypeBound(NodeList<ClassOrInterfaceType> typeBound)Methods in com.github.javaparser.ast.type that return types with arguments of type TypeParameter Modifier and Type Method Description java.util.Optional<TypeParameter>Type. toTypeParameter()java.util.Optional<TypeParameter>TypeParameter. toTypeParameter()Method parameters in com.github.javaparser.ast.type with type arguments of type TypeParameter Modifier and Type Method Description voidType. ifTypeParameter(java.util.function.Consumer<TypeParameter> action)voidTypeParameter. ifTypeParameter(java.util.function.Consumer<TypeParameter> action) -
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, java.lang.Object arg)java.lang.BooleanEqualsVisitor. visit(TypeParameter n, Visitable arg)java.util.List<R>GenericListVisitorAdapter. visit(TypeParameter n, A arg)RGenericVisitor. visit(TypeParameter n, A arg)RGenericVisitorAdapter. visit(TypeParameter n, A arg)RGenericVisitorWithDefaults. visit(TypeParameter n, A arg)java.lang.IntegerHashCodeVisitor. visit(TypeParameter n, java.lang.Void arg)VisitableModifierVisitor. visit(TypeParameter n, A arg)java.lang.BooleanNoCommentEqualsVisitor. visit(TypeParameter n, Visitable arg)java.lang.IntegerNoCommentHashCodeVisitor. visit(TypeParameter n, java.lang.Void arg)java.lang.BooleanObjectIdentityEqualsVisitor. visit(TypeParameter n, Visitable arg)java.lang.IntegerObjectIdentityHashCodeVisitor. visit(TypeParameter n, java.lang.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 TypeParameter Modifier and Type Method Description voidPrettyPrintVisitor. visit(TypeParameter n, java.lang.Void arg)Method parameters in com.github.javaparser.printer with type arguments of type TypeParameter Modifier and Type Method Description private voidPrettyPrintVisitor. printTypeParameters(NodeList<TypeParameter> args, java.lang.Void arg)
-