Uses of Interface
com.strobel.reflection.emit.EnumSwitchCallback
Packages that use EnumSwitchCallback
-
Uses of EnumSwitchCallback in com.strobel.reflection.emit
Methods in com.strobel.reflection.emit with parameters of type EnumSwitchCallbackModifier and TypeMethodDescription<E extends Enum<E>>
voidCodeGenerator.emitSwitch
(E[] keys, EnumSwitchCallback<E> callback) <E extends Enum<E>>
voidCodeGenerator.emitSwitch
(E[] keys, EnumSwitchCallback<E> callback, SwitchOptions options)