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