Uses of Interface
com.github.javaparser.ast.nodeTypes.modifiers.NodeWithAbstractModifier
-
Packages that use NodeWithAbstractModifier Package Description com.github.javaparser.ast.body -
-
Uses of NodeWithAbstractModifier in com.github.javaparser.ast.body
Classes in com.github.javaparser.ast.body that implement NodeWithAbstractModifier Modifier and Type Class Description classAnnotationDeclarationAn annotation type declaration.@interface X { ... }classAnnotationMemberDeclarationThe "int id();" in@interface X { int id(); }classCallableDeclaration<T extends CallableDeclaration<?>>Represents a declaration which is callable eg. a method or a constructor.classClassOrInterfaceDeclarationA definition of a class or interface.class X { ... }interface X { ... }classConstructorDeclarationA constructor declaration:class X { X() { } }where X(){} is the constructor declaration.classMethodDeclarationA method declaration.
-