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 com.github.javaparser.ast.nodeTypes.NodeWithModifiers
addModifier, getAccessSpecifier, getModifiers, hasModifier, removeModifier, setModifier, setModifiers, setModifiers
-
Method Details
-
isStrictfp
default boolean isStrictfp() -
setStrictfp
-