Uses of Interface
com.github.javaparser.ast.nodeTypes.NodeWithImplements
-
Packages that use NodeWithImplements Package Description com.github.javaparser.ast.body -
-
Uses of NodeWithImplements in com.github.javaparser.ast.body
Classes in com.github.javaparser.ast.body that implement NodeWithImplements Modifier and Type Class Description classClassOrInterfaceDeclarationA definition of a class or interface.class X { ... }interface X { ... }classEnumDeclarationThe declaration of an enum.enum X { ... }classRecordDeclarationThe record declaration
-