Package | Description |
---|---|
com.espertech.esper.compiler.client |
Compiler API: Compiles EPL to byte code.
|
Modifier and Type | Method and Description |
---|---|
CompilerOptions |
CompilerArguments.getOptions()
Returns the compiler options
|
CompilerOptions |
CompilerOptions.setAccessModifierContext(AccessModifierContextOption accessModifierContext)
Sets the callback that determines the access modifier of a given context.
|
CompilerOptions |
CompilerOptions.setAccessModifierEventType(AccessModifierEventTypeOption accessModifierEventType)
Sets the callback that determines the access modifier of a given event type.
|
CompilerOptions |
CompilerOptions.setAccessModifierExpression(AccessModifierExpressionOption accessModifierExpression)
Sets the callback that determines the access modifier of a given declared expression.
|
CompilerOptions |
CompilerOptions.setAccessModifierNamedWindow(AccessModifierNamedWindowOption accessModifierNamedWindow)
Sets the callback that determines the access modifier of a given named window.
|
CompilerOptions |
CompilerOptions.setAccessModifierScript(AccessModifierScriptOption accessModifierScript)
Sets the callback that determines the access modifier of a given script.
|
CompilerOptions |
CompilerOptions.setAccessModifierTable(AccessModifierTableOption accessModifierTable)
Returns the callback that determines the access modifier of a given table.
|
CompilerOptions |
CompilerOptions.setAccessModifierVariable(AccessModifierVariableOption accessModifierVariable)
Sets the callback that determines the access modifier of a given variable.
|
CompilerOptions |
CompilerOptions.setBusModifierEventType(BusModifierEventTypeOption busModifierEventType)
Sets the callback that determines whether the event type is visible in the event bus i.e.
|
CompilerOptions |
CompilerOptions.setModuleName(ModuleNameOption moduleName)
Sets the callback that determines the module name.
|
CompilerOptions |
CompilerOptions.setModuleUses(ModuleUsesOption moduleUses)
Sets the callback that determines the module uses.
|
CompilerOptions |
CompilerOptions.setStatementName(StatementNameOption statementName)
Sets the callback that determines the statement name
|
CompilerOptions |
CompilerOptions.setStatementUserObject(StatementUserObjectOption statementUserObject)
Sets the callback that determines a compiler-time statement user object for a
statement.
|
Modifier and Type | Method and Description |
---|---|
CompilerArguments |
CompilerArguments.setOptions(CompilerOptions options)
Sets the compiler options.
|