Class IfHelper


  • public final class IfHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      IfHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean mergeAllIfs​(RootStatement root)  
      static boolean mergeIfs​(Statement statement, java.util.Set<? super java.lang.Integer> setReorderedIfs)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IfHelper

        public IfHelper()
    • Method Detail

      • mergeAllIfs

        public static boolean mergeAllIfs​(RootStatement root)
      • mergeIfs

        public static boolean mergeIfs​(Statement statement,
                                       java.util.Set<? super java.lang.Integer> setReorderedIfs)