Uses of Interface
com.github.javaparser.ast.nodeTypes.NodeWithImplements
Packages that use NodeWithImplements
-
Uses of NodeWithImplements in com.github.javaparser.ast.body
Classes in com.github.javaparser.ast.body that implement NodeWithImplementsModifier and TypeClassDescriptionclassA definition of a class or interface.class X { ... }interface X { ... }classThe declaration of an enum.enum X { ... }classThe record declaration