Uses of Interface
com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Packages that use NodeWithMembers Package Description com.github.javaparser.ast.body com.github.javaparser.symbolsolver.javaparsermodel.declarations -
-
Uses of NodeWithMembers in com.github.javaparser.ast.body
Classes in com.github.javaparser.ast.body that implement NodeWithMembers Modifier and Type Class Description class
AnnotationDeclaration
An annotation type declaration.@interface X { ... }
class
ClassOrInterfaceDeclaration
A definition of a class or interface.class X { ... }
interface X { ... }
class
EnumDeclaration
The declaration of an enum.enum X { ... }
class
RecordDeclaration
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 NodeWithMembers Modifier and Type Class Description class
JavaParserTypeAdapter<T extends Node & NodeWithSimpleName<T> & NodeWithMembers<T> & NodeWithAnnotations<T>>
Methods in com.github.javaparser.symbolsolver.javaparsermodel.declarations with parameters of type NodeWithMembers Modifier and Type Method Description (package private) static <N extends ResolvedReferenceTypeDeclaration>
java.util.List<ResolvedConstructorDeclaration>AstResolutionUtils. getConstructors(NodeWithMembers<?> wrappedNode, TypeSolver typeSolver, N container)
-