Uses of Class
com.espertech.esper.compiler.client.EPCompileException
-
Uses of EPCompileException in com.espertech.esper.compiler.client
Modifier and TypeMethodDescriptionEPCompiler.compile
(Module module, CompilerArguments arguments) Compiles a module object model and returns the byte code for deployment into a runtime.EPCompiler.compile
(String epl, CompilerArguments arguments) Compiles EPL and returns the byte code for deployment into a runtime.EPCompiler.compileQuery
(EPStatementObjectModel fireAndForgetEPLQueryModel, CompilerArguments arguments) Compiles fire-and-forget query object model for execution by the runtime.EPCompiler.compileQuery
(String fireAndForgetEPLQuery, CompilerArguments arguments) Compiles a single fire-and-forget query for execution by the runtime.EPCompiler.eplToModel
(String epl, Configuration configuration) Parse the single-statement EPL and return a statement object model.void
EPCompiler.syntaxValidate
(Module module, CompilerArguments arguments) Validate the syntax of the module.