See: Description
Interface | Description |
---|---|
EPCompiler |
The EPL compiler compiles EPL text as well as object models to byte code.
|
Class | 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.
|
EPCompilerProvider |
Provides compiler instances.
|
Exception | Description |
---|---|
EPCompileException |
Indicates an exception compiling a module or fire-and-forget query
|
EPCompileExceptionItem |
Exception information.
|
EPCompileExceptionSyntaxItem |
Indicates a syntax exception
|
Compiler API: Compiles EPL to byte code.