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