Class CompilerHelperRefactorToStaticMethods
java.lang.Object
com.espertech.esper.compiler.internal.util.CompilerHelperRefactorToStaticMethods
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
refactorMethods
(List<com.espertech.esper.common.internal.bytecodemodel.core.CodegenClass> classes, int maxMethodsPerClass)
-
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)
-