Click or drag to resize

CompilerPath Class

The compiler uses the path to determine the EPL-objects available to the module.

Visibility can be established by adding a compiled module or by adding a that can be obtained from a runtime.

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compiler.clientCompilerPath

Namespace:  com.espertech.esper.compiler.client
Assembly:  NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
Syntax
C#
public class CompilerPath

The CompilerPath type exposes the following members.

Constructors
  NameDescription
Public methodCompilerPath
Initializes a new instance of the CompilerPath class
Top
Properties
  NameDescription
Public propertyCompileds
Returns the compiled modules in path.
Public propertyCompilerPathables
Returns the path information provided by runtimes.
Top
Methods
  NameDescription
Public methodAdd(EPCompiled)
Add a compiled module
Public methodAdd(EPCompilerPathable)
Adds a path object that can be obtains from a runtime.
Public methodAddAll
Top
See Also