Uses of Interface
com.github.javaparser.ast.nodeTypes.NodeWithExtends
Packages that use NodeWithExtends
-
Uses of NodeWithExtends in com.github.javaparser.ast.body
Classes in com.github.javaparser.ast.body that implement NodeWithExtendsModifier and TypeClassDescriptionclass
A definition of a class or interface.class X { ... }
interface X { ... }