Interface EnumSwitchCallback<E extends Enum<E>>


public interface EnumSwitchCallback<E extends Enum<E>>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    emitCase(E key, Label breakTarget)
     
    void
    emitDefault(Label breakTarget)