Package | Description |
---|---|
com.espertech.esper.compiler.client |
Compiler API: Compiles EPL to byte code.
|
com.espertech.esper.compiler.client.option |
Callbacks for use with the compiler to provide or override behavior.
|
Class and Description |
---|
AccessModifierContextOption
Implement this interface to provide or override the access modifier a context.
|
AccessModifierEventTypeOption
Implement this interface to provide or override the access modifier for an event type.
|
AccessModifierExpressionOption
Implement this interface to provide or override the access modifier for a declared expression.
|
AccessModifierNamedWindowOption
Implement this interface to provide or override the access modifier for a named window.
|
AccessModifierScriptOption
Implement this interface to provide or override the access modifier for a script.
|
AccessModifierTableOption
Implement this interface to provide or override the access modifier for a table.
|
AccessModifierVariableOption
Implement this interface to provide or override the access modifier for a variable.
|
BusModifierEventTypeOption
Implement this interface to provide or override the bus modifier for an event type.
|
InlinedClassInspectionOption
Implement this interface to receive Janino-specific class detail for inlined-classes.
|
ModuleNameOption
Implement this interface to provide or override the module name at compile-time.
|
ModuleUsesOption
Implement this interface to provide or override the module-uses at compile-time.
|
StatementNameOption
Implement this interface to provide a custom user object at compile-time for the statements when they are compiled.
|
StatementUserObjectOption
Implement this interface to provide a custom user object at compile-time for the statements when they are compiled.
|
StateMgmtSettingOption
Implement this interface to provide or override the state management settings, for use with high-availability only.
|