Uses of Class
com.espertech.esper.common.client.module.Module
Package
Description
EPL module object model.
Compiler API: Compiles EPL to byte code.
-
Uses of Module in com.espertech.esper.common.client.module
Modifier and TypeMethodDescriptionstatic ModuleOrder
ModuleOrderUtil.getModuleOrder
(Collection<Module> modules, Set<String> deployedModules, ModuleOrderOptions options) Compute a deployment order among the modules passed in considering their uses-dependency declarations. -
Uses of Module in com.espertech.esper.compiler.client
Modifier and TypeMethodDescriptionEPCompiler.parseModule
(String eplModuleText) Parse the module text returning the module object model.EPCompiler.readModule
(File file) Read the module by reading the text file and return the module.EPCompiler.readModule
(InputStream stream, String moduleUri) Read the input stream and return the module.EPCompiler.readModule
(String resource, ClassLoader classLoader) Read the resource by opening from classpath and return the module.EPCompiler.readModule
(URL url) Read the module by reading from the URL provided and return the module.Modifier and TypeMethodDescriptionEPCompiler.compile
(Module module, CompilerArguments arguments) Compiles a module object model and returns the byte code for deployment into a runtime.void
EPCompiler.syntaxValidate
(Module module, CompilerArguments arguments) Validate the syntax of the module.