Uses of Class
com.espertech.esper.common.client.EPCompiled
Package
Description
Compiler plug-in classes allows plugging-in the desired compiler
-
Uses of EPCompiled in com.espertech.esper.common.client.hook.recompile
Modifier and TypeMethodDescriptionEPRecompileProviderContext.getCompiled()
EPRecompileProvider.provide
(EPRecompileProviderContext context) Provide compiler outputModifierConstructorDescriptionEPRecompileProviderContext
(EPCompiled compiled, Configuration configuration, String deploymentId, String moduleName, Map<ModuleProperty, Object> moduleProperties, List<EPCompiled> path, int statementIdFirstStatement, Map<Integer, Object> userObjectsRuntime, Map<Integer, String> statementNamesWhenProvidedByAPI, Map<Integer, Map<Integer, Object>> substitutionParameters) Ctor.ModifierConstructorDescriptionEPRecompileProviderContext
(EPCompiled compiled, Configuration configuration, String deploymentId, String moduleName, Map<ModuleProperty, Object> moduleProperties, List<EPCompiled> path, int statementIdFirstStatement, Map<Integer, Object> userObjectsRuntime, Map<Integer, String> statementNamesWhenProvidedByAPI, Map<Integer, Map<Integer, Object>> substitutionParameters) Ctor. -
Uses of EPCompiled in com.espertech.esper.common.internal.compile.compiler
ModifierConstructorDescriptionCompilerAbstractionCompilationContext
(ModuleCompileTimeServices services, Consumer<Object> compileResultConsumer, List<EPCompiled> path) CompilerAbstractionCompilationContext
(ModuleCompileTimeServices services, List<EPCompiled> path) -
Uses of EPCompiled in com.espertech.esper.common.internal.context.module
Modifier and TypeMethodDescriptionstatic ModuleProviderCLPair
ModuleProviderUtil.analyze
(EPCompiled compiled, ClassLoader classLoaderParent, PathRegistry<String, ClassProvided> classProvidedPathRegistry)