Package | Description |
---|---|
com.espertech.esper.compiler.client |
Compiler API: Compiles EPL to byte code.
|
Modifier and Type | Method and Description |
---|---|
AccessModifierExpressionOption |
CompilerOptions.getAccessModifierExpression()
Returns the callback that determines the access modifier of a given declared expression.
|
Modifier and Type | Method and Description |
---|---|
CompilerOptions |
CompilerOptions.setAccessModifierExpression(AccessModifierExpressionOption accessModifierExpression)
Sets the callback that determines the access modifier of a given declared expression.
|