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 Details

    • isStrictfp

      default boolean isStrictfp()
    • setStrictfp

      default N setStrictfp(boolean set)