Package | Description |
---|---|
com.espertech.esper.compiler.client |
Compiler API: Compiles EPL to byte code.
|
Modifier and Type | Method and Description |
---|---|
CompilerPath |
CompilerPath.add(EPCompiled compiled)
Add a compiled module
|
CompilerPath |
CompilerPath.add(EPCompilerPathable pathable)
Adds a path object that can be obtains from a runtime.
|
CompilerPath |
CompilerPath.addAll(java.util.Collection<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
|