Class CompilerHelperModuleProvider
java.lang.Object
com.espertech.esper.compiler.internal.util.CompilerHelperModuleProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static com.espertech.esper.common.client.EPCompiled
compile
(List<com.espertech.esper.common.internal.compile.stage1.Compilable> compilables, String optionalModuleName, Map<com.espertech.esper.common.client.module.ModuleProperty, Object> moduleProperties, com.espertech.esper.common.internal.compile.stage3.ModuleCompileTimeServices compileTimeServices, CompilerOptions compilerOptions, CompilerPath path) protected static com.espertech.esper.common.internal.bytecodemodel.base.CodegenMethod
makeInitEventTypesOptional
(com.espertech.esper.common.internal.bytecodemodel.base.CodegenClassScope classScope, com.espertech.esper.common.internal.compile.stage3.ModuleCompileTimeServices compileTimeServices)
-
Constructor Details
-
CompilerHelperModuleProvider
public CompilerHelperModuleProvider()
-
-
Method Details
-
compile
protected static com.espertech.esper.common.client.EPCompiled compile(List<com.espertech.esper.common.internal.compile.stage1.Compilable> compilables, String optionalModuleName, Map<com.espertech.esper.common.client.module.ModuleProperty, Object> moduleProperties, com.espertech.esper.common.internal.compile.stage3.ModuleCompileTimeServices compileTimeServices, CompilerOptions compilerOptions, CompilerPath path) throws EPCompileException- Throws:
EPCompileException
-
makeInitEventTypesOptional
protected static com.espertech.esper.common.internal.bytecodemodel.base.CodegenMethod makeInitEventTypesOptional(com.espertech.esper.common.internal.bytecodemodel.base.CodegenClassScope classScope, com.espertech.esper.common.internal.compile.stage3.ModuleCompileTimeServices compileTimeServices)
-