Uses of Interface
com.strobel.reflection.emit.StringSwitchCallback
Packages that use StringSwitchCallback
-
Uses of StringSwitchCallback in com.strobel.reflection.emit
Methods in com.strobel.reflection.emit with parameters of type StringSwitchCallbackModifier and TypeMethodDescriptionprivate void
CodeGenerator.emitStringHashSwitch
(String[] keys, StringSwitchCallback callback, SwitchOptions options) private void
CodeGenerator.emitStringTrieSwitch
(String[] keys, StringSwitchCallback callback) void
CodeGenerator.emitSwitch
(String[] keys, StringSwitchCallback callback) void
CodeGenerator.emitSwitch
(String[] keys, StringSwitchCallback callback, SwitchOptions options) private void
CodeGenerator.stringSwitchHelper
(List<String> bucket, StringSwitchCallback callback, Label defaultLabel, Label breakTarget, int index)