Interface ShortcutVisitor
-
public interface ShortcutVisitorInterface for visitors ofShortcutinstances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisit(@NotNull ShortcutCommand shortcutCommand)Visits aShortcutCommandinstance.voidvisit(@NotNull ShortcutSpell shortcutSpell)Visits aShortcutSpellinstance.
-
-
-
Method Detail
-
visit
void visit(@NotNull @NotNull ShortcutCommand shortcutCommand)Visits aShortcutCommandinstance.- Parameters:
shortcutCommand- the instance
-
visit
void visit(@NotNull @NotNull ShortcutSpell shortcutSpell)Visits aShortcutSpellinstance.- Parameters:
shortcutSpell- the instance
-
-