public interface ShortcutVisitor
Interface for visitors of Shortcut instances.
| Method Summary | |
|---|---|
void |
visit(ShortcutCommand shortcutCommand)
Visits a ShortcutCommand instance. |
void |
visit(ShortcutSpell shortcutSpell)
Visits a ShortcutSpell instance. |
| Method Detail |
|---|
void visit(@NotNull
ShortcutCommand shortcutCommand)
ShortcutCommand instance.
shortcutCommand - the instance
void visit(@NotNull
ShortcutSpell shortcutSpell)
ShortcutSpell instance.
shortcutSpell - the instance