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