Package | Description |
---|---|
com.espertech.esper.compiler.client |
Compiler API: Compiles EPL to byte code.
|
Modifier and Type | Method and Description |
---|---|
InlinedClassInspectionOption |
CompilerOptions.getInlinedClassInspection()
Returns the classback for inlined-class compilation wherein the callback receives class output
|
Modifier and Type | Method and Description |
---|---|
void |
CompilerOptions.setInlinedClassInspection(InlinedClassInspectionOption inlinedClassInspection)
Sets the classback for inlined-class compilation wherein the callback receives class output
|