Interface NodeWithStaticModifier<N extends Node>

    • Method Detail

      • isStatic

        default boolean isStatic()
        Returns:
        true, if the modifier static is explicitly added to this node. If the node is implicitly static without an explicit modifier (e.g. nested records), this method should be overridden.
      • setStatic

        default N setStatic​(boolean set)