Interface NodeWithAbstractModifier<N extends Node>

All Superinterfaces:
NodeWithModifiers<N>
All Known Implementing Classes:
AnnotationDeclaration, AnnotationMemberDeclaration, CallableDeclaration, ClassOrInterfaceDeclaration, ConstructorDeclaration, MethodDeclaration

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

    • isAbstract

      default boolean isAbstract()
    • setAbstract

      default N setAbstract(boolean set)