Uses of Interface
com.github.javaparser.ast.nodeTypes.NodeWithDeclaration
-
Packages that use NodeWithDeclaration Package Description com.github.javaparser.ast.body -
-
Uses of NodeWithDeclaration in com.github.javaparser.ast.body
Classes in com.github.javaparser.ast.body that implement NodeWithDeclaration Modifier and Type Class Description classCallableDeclaration<T extends CallableDeclaration<?>>Represents a declaration which is callable eg. a method or a constructor.classConstructorDeclarationA constructor declaration:class X { X() { } }where X(){} is the constructor declaration.classMethodDeclarationA method declaration.
-