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 voidCodeGenerator.emitStringHashSwitch(String[] keys, StringSwitchCallback callback, SwitchOptions options) private voidCodeGenerator.emitStringTrieSwitch(String[] keys, StringSwitchCallback callback) voidCodeGenerator.emitSwitch(String[] keys, StringSwitchCallback callback) voidCodeGenerator.emitSwitch(String[] keys, StringSwitchCallback callback, SwitchOptions options) private voidCodeGenerator.stringSwitchHelper(List<String> bucket, StringSwitchCallback callback, Label defaultLabel, Label breakTarget, int index)