Uses of Class
com.github.javaparser.ast.type.TypeParameter
-
Packages that use TypeParameter Package Description com.github.javaparser com.github.javaparser.ast.body com.github.javaparser.ast.nodeTypes com.github.javaparser.ast.type com.github.javaparser.ast.visitor com.github.javaparser.printer com.github.javaparser.symbolsolver.javaparsermodel Implementation of model based on JavaParser.com.github.javaparser.symbolsolver.javaparsermodel.declarations -
-
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 TypeParameterJavaParserAdapter. parseTypeParameter(java.lang.String typeParameter)static TypeParameterStaticJavaParser. parseTypeParameter(java.lang.String typeParameter)Parses a type parameter and returns it as a TypeParameterTypeParameterGeneratedJavaParser. TypeParameter(NodeList<AnnotationExpr> annotations)Note that theTypeParameterModifieris defined as anAnnotation.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. typeParametersprivate NodeList<TypeParameter>CompactConstructorDeclaration. typeParametersprivate NodeList<TypeParameter>RecordDeclaration. 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()NodeList<TypeParameter>CompactConstructorDeclaration. getTypeParameters()NodeList<TypeParameter>RecordDeclaration. 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)CompactConstructorDeclarationCompactConstructorDeclaration. setTypeParameters(NodeList<TypeParameter> typeParameters)ConstructorDeclarationConstructorDeclaration. setTypeParameters(NodeList<TypeParameter> typeParameters)MethodDeclarationMethodDeclaration. setTypeParameters(NodeList<TypeParameter> typeParameters)RecordDeclarationRecordDeclaration. 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)voidNodeFinderVisitor. visit(TypeParameter n, Range 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 voidDefaultPrettyPrinterVisitor. visit(TypeParameter n, java.lang.Void arg)voidPrettyPrintVisitor. visit(TypeParameter n, java.lang.Void arg)Deprecated.Method parameters in com.github.javaparser.printer with type arguments of type TypeParameter Modifier and Type Method Description protected voidDefaultPrettyPrinterVisitor. printTypeParameters(NodeList<TypeParameter> args, java.lang.Void arg)protected voidPrettyPrintVisitor. printTypeParameters(NodeList<TypeParameter> args, java.lang.Void arg)Deprecated. -
Uses of TypeParameter in com.github.javaparser.symbolsolver.javaparsermodel
Methods in com.github.javaparser.symbolsolver.javaparsermodel with parameters of type TypeParameter Modifier and Type Method Description ResolvedTypeDefaultVisitorAdapter. visit(TypeParameter node, java.lang.Boolean aBoolean) -
Uses of TypeParameter in com.github.javaparser.symbolsolver.javaparsermodel.declarations
Fields in com.github.javaparser.symbolsolver.javaparsermodel.declarations declared as TypeParameter Modifier and Type Field Description private TypeParameterJavaParserTypeParameter. wrappedNodeprivate TypeParameterJavaParserTypeVariableDeclaration. wrappedNodeMethods in com.github.javaparser.symbolsolver.javaparsermodel.declarations that return TypeParameter Modifier and Type Method Description TypeParameterJavaParserTypeParameter. getWrappedNode()Returns the JavaParser node associated with this JavaParserTypeParameter.TypeParameterJavaParserTypeVariableDeclaration. getWrappedNode()Returns the JavaParser node associated with this JavaParserTypeVariableDeclaration.Constructors in com.github.javaparser.symbolsolver.javaparsermodel.declarations with parameters of type TypeParameter Constructor Description JavaParserTypeParameter(TypeParameter wrappedNode, TypeSolver typeSolver)JavaParserTypeVariableDeclaration(TypeParameter wrappedNode, TypeSolver typeSolver)
-