Interface SwitchCallback


  • public interface SwitchCallback
    • Method Detail

      • emitCase

        void emitCase​(int key,
                      Label breakTarget)
               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • emitDefault

        void emitDefault​(Label breakTarget)
                  throws java.lang.Exception
        Throws:
        java.lang.Exception