Uses of Interface
com.github.javaparser.ast.nodeTypes.NodeWithDeclaration
Packages that use NodeWithDeclaration
-
Uses of NodeWithDeclaration in com.github.javaparser.ast.body
Classes in com.github.javaparser.ast.body that implement NodeWithDeclarationModifier and TypeClassDescriptionclass
CallableDeclaration<T extends CallableDeclaration<?>>
Represents a declaration which is callable eg.class
A constructor declaration:class X { X() { } }
where X(){} is the constructor declaration.class
A method declaration.