Click or drag to resize

EPCompilerCompile Method

Overload List
  NameDescription
Public methodCompile(String, CompilerArguments)
Compiles EPL and returns the byte code for deployment into a runtime.

Use semicolon(;) to separate multiple statements in a module.

Public methodCompile(Module, CompilerArguments)
Compiles a module object model and returns the byte code for deployment into a runtime.
Top
See Also