Uses of Class
com.espertech.esper.common.client.module.Module
Packages that use Module
Package
Description
EPL module object model.
Compiler API: Compiles EPL to byte code.
-
Uses of Module in com.espertech.esper.common.client.module
Methods in com.espertech.esper.common.client.module that return types with arguments of type ModuleMethod parameters in com.espertech.esper.common.client.module with type arguments of type ModuleModifier 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.Constructor parameters in com.espertech.esper.common.client.module with type arguments of type Module -
Uses of Module in com.espertech.esper.compiler.client
Methods in com.espertech.esper.compiler.client that return ModuleModifier 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.Methods in com.espertech.esper.compiler.client with parameters of type ModuleModifier 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.