Package | Description |
---|---|
com.espertech.esper.compiler.client |
Compiler API: Compiles EPL to byte code.
|
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
|
Copyright © 2005–2020. All rights reserved.