Package | Description |
---|---|
com.espertech.esper.compiler.client |
Compiler API: Compiles EPL to byte code.
|
com.espertech.esper.compiler.internal.util |
Modifier and Type | Method and Description |
---|---|
CompilerArguments |
CompilerArguments.setConfiguration(com.espertech.esper.common.client.configuration.Configuration configuration)
Sets the configuration
|
CompilerArguments |
CompilerArguments.setOptions(CompilerOptions options)
Sets the compiler options.
|
CompilerArguments |
CompilerArguments.setPath(CompilerPath path)
Sets the path
|
Modifier and Type | Method and Description |
---|---|
com.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.
|
Modifier and Type | Method and Description |
---|---|
static 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) |
Copyright © 2005–2020. All rights reserved.