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 |
---|---|
CompilerPath |
CompilerPath.add(com.espertech.esper.common.client.EPCompiled compiled)
Add a compiled module
|
CompilerPath |
CompilerPath.add(com.espertech.esper.common.client.EPCompilerPathable pathable)
Adds a path object that can be obtains from a runtime.
|
CompilerPath |
CompilerPath.addAll(Collection<com.espertech.esper.common.client.EPCompiled> compiledColl)
Add all compiled modules
|
CompilerPath |
CompilerArguments.getPath()
Returns the path.
|
Modifier and Type | Method and Description |
---|---|
CompilerArguments |
CompilerArguments.setPath(CompilerPath path)
Sets the path
|
Modifier and Type | Method and Description |
---|---|
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,
CompilerPath path) |
static String |
CompilerHelperFAFQuery.compileQuery(com.espertech.esper.common.internal.epl.fafquery.querymethod.FAFQueryMethodForge query,
String classPostfix,
com.espertech.esper.common.internal.compile.compiler.CompilerAbstractionClassCollection compilerState,
com.espertech.esper.common.internal.compile.stage3.ModuleCompileTimeServices compileTimeServices,
CompilerPath path) |
Copyright © 2005–2022. All rights reserved.