Uses of Interface
com.github.javaparser.ast.nodeTypes.NodeWithTypeParameters
-
Packages that use NodeWithTypeParameters Package Description com.github.javaparser.ast.body com.github.javaparser.symbolsolver.javaparsermodel.contexts -
-
Uses of NodeWithTypeParameters in com.github.javaparser.ast.body
Classes in com.github.javaparser.ast.body that implement NodeWithTypeParameters Modifier and Type Class Description classCallableDeclaration<T extends CallableDeclaration<?>>Represents a declaration which is callable eg.classClassOrInterfaceDeclarationA definition of a class or interface.class X { ... }interface X { ... }classCompactConstructorDeclarationThe record declaration's constructorclassConstructorDeclarationA constructor declaration:class X { X() { } }where X(){} is the constructor declaration.classMethodDeclarationA method declaration.classRecordDeclarationThe 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 NodeWithTypeParameters Modifier and Type Class Description classAbstractMethodLikeDeclarationContext<T extends Node & NodeWithParameters<T> & NodeWithTypeParameters<T>>Methods in com.github.javaparser.symbolsolver.javaparsermodel.contexts with type parameters of type NodeWithTypeParameters Modifier and Type Method Description private <T extends NodeWithTypeParameters<?>>
booleanJavaParserTypeDeclarationAdapter. compareTypeParameters(T type, java.util.List<ResolvedType> resolvedTypeArguments)
-