Package | Description |
---|---|
com.espertech.esper.compiler.client |
Compiler API: Compiles EPL to byte code.
|
Modifier and Type | Class and Description |
---|---|
class |
EPCompileExceptionSyntaxItem
Indicates a syntax exception
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EPCompileExceptionItem> |
EPCompileException.getItems()
Returns compilation items.
|
Constructor and Description |
---|
EPCompileException(java.lang.String message,
java.lang.Throwable cause,
java.util.List<EPCompileExceptionItem> items)
Ctor
|