Interface NodeWithStrictfpModifier<N extends Node>
- All Superinterfaces:
NodeWithModifiers<N>
- All Known Implementing Classes:
AnnotationDeclaration, CallableDeclaration, ClassOrInterfaceDeclaration, ConstructorDeclaration, EnumDeclaration, MethodDeclaration, RecordDeclaration, TypeDeclaration
A node that can be strictfp.
-
Method Summary
Methods inherited from interface NodeWithModifiers
addModifier, getAccessSpecifier, getModifiers, hasModifier, removeModifier, setModifier, setModifiers, setModifiers
-
Method Details
-
isStrictfp
default boolean isStrictfp() -
setStrictfp
-