Interface ShortcutVisitor


  • public interface ShortcutVisitor
    Interface for visitors of Shortcut instances.
    • Method Detail

      • visit

        void visit​(@NotNull
                   @NotNull ShortcutCommand shortcutCommand)
        Visits a ShortcutCommand instance.
        Parameters:
        shortcutCommand - the instance
      • visit

        void visit​(@NotNull
                   @NotNull ShortcutSpell shortcutSpell)
        Visits a ShortcutSpell instance.
        Parameters:
        shortcutSpell - the instance