Uses of Class
com.espertech.esper.compiler.client.CompilerArguments
Package
Description
Compiler API: Compiles EPL to byte code.
-
Uses of CompilerArguments in com.espertech.esper.compiler.client
Modifier and TypeMethodDescriptionCompilerArguments.setConfiguration
(com.espertech.esper.common.client.configuration.Configuration configuration) Sets the configurationCompilerArguments.setOptions
(CompilerOptions options) Sets the compiler options.CompilerArguments.setPath
(CompilerPath path) Sets the pathModifier and TypeMethodDescriptioncom.espertech.esper.common.client.EPCompiled
EPCompiler.compile
(com.espertech.esper.common.client.module.Module module, CompilerArguments arguments) Compiles a module object model and returns the byte code for deployment into a runtime.com.espertech.esper.common.client.EPCompiled
EPCompiler.compile
(String epl, CompilerArguments arguments) Compiles EPL and returns the byte code for deployment into a runtime.com.espertech.esper.common.client.EPCompiled
EPCompiler.compileQuery
(com.espertech.esper.common.client.soda.EPStatementObjectModel fireAndForgetEPLQueryModel, CompilerArguments arguments) Compiles fire-and-forget query object model for execution by the runtime.com.espertech.esper.common.client.EPCompiled
EPCompiler.compileQuery
(String fireAndForgetEPLQuery, CompilerArguments arguments) Compiles a single fire-and-forget query for execution by the runtime.void
EPCompiler.syntaxValidate
(com.espertech.esper.common.client.module.Module module, CompilerArguments arguments) Validate the syntax of the module. -
Uses of CompilerArguments in com.espertech.esper.compiler.internal.util
Modifier and TypeMethodDescriptionstatic com.espertech.esper.common.client.EPCompiled
CompilerHelperFAFProvider.compile
(com.espertech.esper.common.internal.compile.stage1.Compilable compilable, com.espertech.esper.common.internal.compile.stage3.ModuleCompileTimeServices services, CompilerArguments args) com.espertech.esper.common.client.EPCompiled
EPCompilerImpl.compile
(com.espertech.esper.common.client.module.Module module, CompilerArguments arguments) com.espertech.esper.common.client.EPCompiled
EPCompilerImpl.compile
(String epl, CompilerArguments arguments) com.espertech.esper.common.client.EPCompiled
EPCompilerImpl.compileQuery
(com.espertech.esper.common.client.soda.EPStatementObjectModel fireAndForgetEPLQueryModel, CompilerArguments arguments) com.espertech.esper.common.client.EPCompiled
EPCompilerImpl.compileQuery
(String fireAndForgetEPLQuery, CompilerArguments arguments) protected static com.espertech.esper.common.internal.compile.stage3.ModuleCompileTimeServices
CompilerHelperServices.getCompileTimeServices
(CompilerArguments arguments, String moduleName, Set<String> moduleUses, boolean isFireAndForget) void
EPCompilerImpl.syntaxValidate
(com.espertech.esper.common.client.module.Module module, CompilerArguments arguments)