Interface NodeWithProtectedModifier<N extends Node>
- All Superinterfaces:
NodeWithModifiers<N>
- All Known Subinterfaces:
NodeWithAccessModifiers<N>
- All Known Implementing Classes:
AnnotationDeclaration, CallableDeclaration, ClassOrInterfaceDeclaration, CompactConstructorDeclaration, ConstructorDeclaration, EnumDeclaration, FieldDeclaration, MethodDeclaration, RecordDeclaration, TypeDeclaration
A node that can be protected.
-
Method Summary
Methods inherited from interface NodeWithModifiers
addModifier, getAccessSpecifier, getModifiers, hasModifier, removeModifier, setModifier, setModifiers, setModifiers
-
Method Details
-
isProtected
default boolean isProtected() -
setProtected
-