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 |
---|---|
List<EPCompileExceptionItem> |
EPCompileException.getItems()
Returns compilation items.
|
Constructor and Description |
---|
EPCompileException(String message,
Throwable cause,
List<EPCompileExceptionItem> items)
Ctor
|
Copyright © 2005–2020. All rights reserved.