Interface StringSwitchCallback


  • public interface StringSwitchCallback
    • Method Detail

      • emitCase

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

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