NEsper Class Library
NEsper Class Library
com.espertech.esper.compiler.client
EPCompiler Interface
EPCompiler Methods
Compile Method
Compile Method (String, CompilerArguments)
Compile Method (Module, CompilerArguments)
EPCompiler
Compile Method (String, CompilerArguments)
Compiles EPL and returns the byte code for deployment into a runtime.
Use semicolon(;) to separate multiple statements in a module.
Namespace:
com.espertech.esper.compiler.client
Assembly:
NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
Syntax
C#
Copy
EPCompiled
Compile
(
string
epl
,
CompilerArguments
arguments
)
Parameters
epl
Type:
System
String
epl to compile
arguments
Type:
com.espertech.esper.compiler.client
CompilerArguments
compiler arguments
Return Value
Type:
EPCompiled
byte code
See Also
Reference
EPCompiler Interface
Compile Overload
com.espertech.esper.compiler.client Namespace
Copyright (c) 2007 - 2019 Espertech
Send comments on this topic to
nesper@espertech.com