Uses of Class
com.espertech.esper.compiler.client.CompilerArguments
-
Uses of CompilerArguments in com.espertech.esper.compiler.client
Modifier and TypeMethodDescriptionCompilerArguments.setConfiguration
(Configuration configuration) Sets the configurationCompilerArguments.setOptions
(CompilerOptions options) Sets the compiler options.CompilerArguments.setPath
(CompilerPath path) Sets the pathModifier 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.void
EPCompiler.syntaxValidate
(Module module, CompilerArguments arguments) Validate the syntax of the module.