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 TypeClassDescriptionclassAn annotation type declaration.@interface X { ... }classA definition of a class or interface.class X { ... }interface X { ... }classThe declaration of an enum.enum X { ... }classThe record declarationclassTypeDeclaration<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 TypeClassDescriptionclassJavaParserTypeAdapter<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)