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 |
---|---|
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.
|
com.espertech.esper.common.client.soda.EPStatementObjectModel |
EPCompiler.eplToModel(String epl,
com.espertech.esper.common.client.configuration.Configuration configuration)
Parse the single-statement EPL and return a statement object model.
|
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) |
protected static com.espertech.esper.common.client.EPCompiled |
CompilerHelperModuleProvider.compile(List<com.espertech.esper.common.internal.compile.stage1.Compilable> compilables,
String optionalModuleName,
Map<com.espertech.esper.common.client.module.ModuleProperty,Object> moduleProperties,
com.espertech.esper.common.internal.compile.stage3.ModuleCompileTimeServices compileTimeServices,
CompilerOptions compilerOptions) |
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) |
com.espertech.esper.common.internal.epl.expression.core.ExprNode |
EPCompilerSPIExpressionImpl.compileValidate(String expression) |
com.espertech.esper.common.internal.epl.expression.core.ExprNode |
EPCompilerSPIExpression.compileValidate(String expression) |
com.espertech.esper.common.internal.epl.expression.core.ExprNode |
EPCompilerSPIExpressionImpl.compileValidate(String expression,
com.espertech.esper.common.client.EventType[] eventTypes,
String[] streamNnames) |
com.espertech.esper.common.internal.epl.expression.core.ExprNode |
EPCompilerSPIExpression.compileValidate(String expression,
com.espertech.esper.common.client.EventType[] eventTypes,
String[] streamNnames) |
com.espertech.esper.common.client.soda.EPStatementObjectModel |
EPCompilerImpl.eplToModel(String stmtText,
com.espertech.esper.common.client.configuration.Configuration configuration) |
EPCompilerSPIExpression |
EPCompilerSPI.expressionCompiler(com.espertech.esper.common.client.configuration.Configuration configuration) |
EPCompilerSPIExpression |
EPCompilerImpl.expressionCompiler(com.espertech.esper.common.client.configuration.Configuration configuration) |
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–2021. All rights reserved.