Interface NodeWithAbstractModifier<N extends Node>
- All Superinterfaces:
NodeWithModifiers<N>
- All Known Implementing Classes:
AnnotationDeclaration, AnnotationMemberDeclaration, CallableDeclaration, ClassOrInterfaceDeclaration, ConstructorDeclaration, MethodDeclaration
A node that can be abstract.
-
Method Summary
Methods inherited from interface NodeWithModifiers
addModifier, getAccessSpecifier, getModifiers, hasModifier, removeModifier, setModifier, setModifiers, setModifiers
-
Method Details
-
isAbstract
default boolean isAbstract() -
setAbstract
-