Package com.strobel.reflection.emit
Interface SwitchCallback
-
public interface SwitchCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidemitCase(int key, Label breakTarget)voidemitDefault(Label breakTarget)
-