Uses of Interface
com.github.javaparser.ast.nodeTypes.modifiers.NodeWithStaticModifier
-
Packages that use NodeWithStaticModifier Package Description com.github.javaparser.ast.body com.github.javaparser.ast.modules -
-
Uses of NodeWithStaticModifier in com.github.javaparser.ast.body
Classes in com.github.javaparser.ast.body that implement NodeWithStaticModifier Modifier and Type Class Description classAnnotationDeclarationAn annotation type declaration.@interface X { ...classCallableDeclaration<T extends CallableDeclaration<?>>Represents a declaration which is callable eg.classClassOrInterfaceDeclarationA definition of a class or interface.class X { ...classConstructorDeclarationA constructor declaration:class X { X() { } }where X(){} is the constructor declaration.classEnumDeclarationThe declaration of an enum.enum X { ...classFieldDeclarationThe declaration of a field in a class.classMethodDeclarationA method declaration.classTypeDeclaration<T extends TypeDeclaration<?>>A base class for all types of type declarations. -
Uses of NodeWithStaticModifier in com.github.javaparser.ast.modules
Classes in com.github.javaparser.ast.modules that implement NodeWithStaticModifier Modifier and Type Class Description classModuleRequiresDirectiveA require directive in module-info.java.
-