Class JSwitchUtil


  • public class JSwitchUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void chainCases​(com.sun.codemodel.JSwitch switchStatement, com.sun.codemodel.JCase firstCase, com.sun.codemodel.JCase secondCase)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • chainCases

        public static void chainCases​(com.sun.codemodel.JSwitch switchStatement,
                                      com.sun.codemodel.JCase firstCase,
                                      com.sun.codemodel.JCase secondCase)