Interface NodeWithPrivateModifier<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

public interface NodeWithPrivateModifier<N extends Node> extends NodeWithModifiers<N>
A node that can be private.
  • Method Details

    • isPrivate

      default boolean isPrivate()
    • setPrivate

      default N setPrivate(boolean set)