Uses of Interface
com.github.javaparser.ast.nodeTypes.NodeWithMembers
Packages that use NodeWithMembers
Package
Description
-
Uses of NodeWithMembers in com.github.javaparser.ast.body
Classes in com.github.javaparser.ast.body that implement NodeWithMembersModifier and TypeClassDescriptionclass
An annotation type declaration.@interface X { ... }
class
A definition of a class or interface.class X { ... }
interface X { ... }
class
The declaration of an enum.enum X { ... }
class
The record declarationclass
TypeDeclaration<T extends TypeDeclaration<?>>
A base class for all types of type declarations. -
Uses of NodeWithMembers in com.github.javaparser.symbolsolver.javaparsermodel.declarations
Classes in com.github.javaparser.symbolsolver.javaparsermodel.declarations with type parameters of type NodeWithMembersModifier and TypeClassDescriptionclass
JavaParserTypeAdapter<T extends Node & NodeWithSimpleName<T> & NodeWithMembers<T> & NodeWithAnnotations<T>>
Methods in com.github.javaparser.symbolsolver.javaparsermodel.declarations with parameters of type NodeWithMembersModifier and TypeMethodDescription(package private) static <N extends ResolvedReferenceTypeDeclaration>
List<ResolvedConstructorDeclaration> AstResolutionUtils.getConstructors
(NodeWithMembers<?> wrappedNode, TypeSolver typeSolver, N container)