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 TypeParameterJavaParserAdapter. parseTypeParameter(String typeParameter)static TypeParameterStaticJavaParser. parseTypeParameter(String typeParameter)Parses a type parameter and returns it as a TypeParameterMethods in com.github.javaparser that return types with arguments of type TypeParameter Modifier and Type Method Description ParseResult<TypeParameter>JavaParser. parseTypeParameter(String typeParameter)Parses a type parameter and returns it as a TypeParameter -
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()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 Optional<TypeParameter>Type. toTypeParameter()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(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 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)RGenericVisitorWithDefaults. visit(TypeParameter n, A arg)IntegerHashCodeVisitor. visit(TypeParameter n, Void arg)VisitableModifierVisitor. visit(TypeParameter n, A arg)BooleanNoCommentEqualsVisitor. visit(TypeParameter n, Visitable arg)IntegerNoCommentHashCodeVisitor. visit(TypeParameter n, Void arg)voidNodeFinderVisitor. visit(TypeParameter n, Range 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)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, Void arg)voidPrettyPrintVisitor. visit(TypeParameter n, 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, Void arg)protected voidPrettyPrintVisitor. printTypeParameters(NodeList<TypeParameter> args, Void arg)Deprecated.
-