Class CompilerHelperRefactorToStaticMethods

java.lang.Object
com.espertech.esper.compiler.internal.util.CompilerHelperRefactorToStaticMethods

public class CompilerHelperRefactorToStaticMethods extends Object
  • Field Details

    • MAX_METHODS_PER_CLASS_MINIMUM

      public static final int MAX_METHODS_PER_CLASS_MINIMUM
      See Also:
  • Constructor Details

    • CompilerHelperRefactorToStaticMethods

      public CompilerHelperRefactorToStaticMethods()
  • Method Details

    • refactorMethods

      public static void refactorMethods(List<com.espertech.esper.common.internal.bytecodemodel.core.CodegenClass> classes, int maxMethodsPerClass)