Interface NodeWithFinalModifier<N extends Node>

    • Method Detail

      • isFinal

        default boolean isFinal()
        Returns:
        true, if the modifier final is explicitly added to this node. If the node is implicitly final without an explicit modifier (e.g. records, and components of a record), this method should be overridden.
      • setFinal

        default N setFinal​(boolean set)