Class CompilerHelperModuleProvider

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

public class CompilerHelperModuleProvider extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)