Click or drag to resize

CompilerArguments Class

Arguments holder for use with .

The compiler arguments always contain a configuration. When there is no configuration provided the compiler uses the default (empty) configuration.

The compiler path provides information on the EPL-objects that are visible at compilation time. Add compiled modules and path information from runtimes to the path for modules to gain access to existing EPL objects.

Compiler options are callbacks as well as optional values for the compiler.

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

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

The CompilerArguments type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyConfiguration
Returns the configuration
Public propertyOptions
Returns the compiler options
Public propertyPath
Returns the path.
Top
Methods
See Also