Package | Description |
---|---|
com.espertech.esper.compiler.client |
Compiler API: Compiles EPL to byte code.
|
Modifier and Type | Method and Description |
---|---|
Module |
EPCompiler.parseModule(java.lang.String eplModuleText)
Parse the module text returning the module object model.
|
Module |
EPCompiler.readModule(java.io.File file)
Read the module by reading the text file and return the module.
|
Module |
EPCompiler.readModule(java.io.InputStream stream,
java.lang.String moduleUri)
Read the input stream and return the module.
|
Module |
EPCompiler.readModule(java.lang.String resource,
java.lang.ClassLoader classLoader)
Read the resource by opening from classpath and return the module.
|
Module |
EPCompiler.readModule(java.net.URL url)
Read the module by reading from the URL provided and return the module.
|