Interface NodeWithStrictfpModifier<N extends Node>
-
- All Superinterfaces:
NodeWithModifiers<N>
- All Known Implementing Classes:
AnnotationDeclaration,CallableDeclaration,ClassOrInterfaceDeclaration,ConstructorDeclaration,EnumDeclaration,MethodDeclaration,RecordDeclaration,TypeDeclaration
public interface NodeWithStrictfpModifier<N extends Node> extends NodeWithModifiers<N>
A node that can be strictfp.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanisStrictfp()default NsetStrictfp(boolean set)-
Methods inherited from interface com.github.javaparser.ast.nodeTypes.NodeWithModifiers
addModifier, getAccessSpecifier, getModifiers, hasModifier, removeModifier, setModifier, setModifiers, setModifiers
-
-
-
-
Method Detail
-
isStrictfp
default boolean isStrictfp()
-
setStrictfp
default N setStrictfp(boolean set)
-
-