Package | Description |
---|---|
com.espertech.esper.compiler.client |
Compiler API: Compiles EPL to byte code.
|
Class and Description |
---|
CompilerArguments
Arguments holder for use with
EPCompiler.compile(java.lang.String, com.espertech.esper.compiler.client.CompilerArguments) . |
CompilerOptions
Callbacks and optional values for the compiler to determine modifiers, statement name,
statement user object, module name and module-uses.
|
CompilerPath
The compiler uses the path to determine the EPL-objects available to the module.
|
EPCompileException
Indicates an exception compiling a module or fire-and-forget query
|
EPCompileExceptionItem
Exception information.
|
EPCompiler
The EPL compiler compiles EPL text as well as object models to byte code.
|