- All Superinterfaces:
- NodeWithModifiers<N>, NodeWithPrivateModifier<N>, NodeWithProtectedModifier<N>, NodeWithPublicModifier<N>
- All Known Implementing Classes:
- AnnotationDeclaration, CallableDeclaration, ClassOrInterfaceDeclaration, ConstructorDeclaration, EnumDeclaration, FieldDeclaration, MethodDeclaration, TypeDeclaration
public interface NodeWithAccessModifiers<N extends Node>
extends NodeWithPublicModifier<N>, NodeWithPrivateModifier<N>, NodeWithProtectedModifier<N>
A node that can be public, protected, and/or private.