Uses of Interface
com.strobel.reflection.emit.SwitchCallback
-
Packages that use SwitchCallback Package Description com.strobel.reflection.emit -
-
Uses of SwitchCallback in com.strobel.reflection.emit
Methods in com.strobel.reflection.emit with parameters of type SwitchCallback Modifier and Type Method Description void
CodeGenerator. emitSwitch(int[] keys, SwitchCallback callback)
void
CodeGenerator. emitSwitch(int[] keys, SwitchCallback callback, SwitchOptions options)
-