Package | Description |
---|---|
com.espertech.esper.compiler.client |
Compiler API: Compiles EPL to byte code.
|
Modifier and Type | Method and Description |
---|---|
StatementUserObjectOption |
CompilerOptions.getStatementUserObject()
Returns the callback that determines a compiler-time statement user object for a
statement.
|
Modifier and Type | Method and Description |
---|---|
CompilerOptions |
CompilerOptions.setStatementUserObject(StatementUserObjectOption statementUserObject)
Sets the callback that determines a compiler-time statement user object for a
statement.
|