![]() | CompilerArguments Class |
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.
Namespace: com.espertech.esper.compiler.client
public class CompilerArguments
The CompilerArguments type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompilerArguments |
Empty constructor uses an empty |
![]() | CompilerArguments(Configuration) |
Ctor.
|
![]() | CompilerArguments(EPCompilerPathable) |
Ctor.
|
Name | Description | |
---|---|---|
![]() | Configuration |
Returns the configuration
|
![]() | Options |
Returns the compiler options
|
![]() | Path |
Returns the path.
|
Name | Description | |
---|---|---|
![]() | SetConfiguration | |
![]() | SetOptions | |
![]() | SetPath |