Uses of Interface
com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Packages that use NodeWithMembers Package Description com.github.javaparser.ast.body -
-
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.
-