Uses of Interface
com.github.javaparser.ast.nodeTypes.NodeWithTypeParameters
Packages that use NodeWithTypeParameters
Package
Description
-
Uses of NodeWithTypeParameters in com.github.javaparser.ast.body
Classes in com.github.javaparser.ast.body that implement NodeWithTypeParametersModifier and TypeClassDescriptionclass
CallableDeclaration<T extends CallableDeclaration<?>>
Represents a declaration which is callable eg.class
A definition of a class or interface.class X { ... }
interface X { ... }
class
The record declaration's constructorclass
A constructor declaration:class X { X() { } }
where X(){} is the constructor declaration.class
A method declaration.class
The record declaration -
Uses of NodeWithTypeParameters in com.github.javaparser.symbolsolver.javaparsermodel.contexts
Classes in com.github.javaparser.symbolsolver.javaparsermodel.contexts with type parameters of type NodeWithTypeParametersModifier and TypeClassDescriptionclass
AbstractMethodLikeDeclarationContext<T extends Node & NodeWithParameters<T> & NodeWithTypeParameters<T>>
Methods in com.github.javaparser.symbolsolver.javaparsermodel.contexts with type parameters of type NodeWithTypeParametersModifier and TypeMethodDescriptionprivate <T extends NodeWithTypeParameters<?>>
booleanJavaParserTypeDeclarationAdapter.compareTypeParameters
(T type, List<ResolvedType> resolvedTypeArguments)