Click or drag to resize

CompilerOptions Class

Callbacks and optional values for the compiler to determine modifiers, statement name, statement user object, module name and module-uses. All values are optional and can be null.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.compiler.clientCompilerOptions

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

The CompilerOptions type exposes the following members.

Constructors
  NameDescription
Public methodCompilerOptions
Initializes a new instance of the CompilerOptions class
Top
Properties
  NameDescription
Public propertyAccessModifierContext
Returns the callback that determines the access modifier of a given context.
Public propertyAccessModifierEventType
Returns the callback that determines the access modifier of a given event type
Public propertyAccessModifierExpression
Returns the callback that determines the access modifier of a given declared expression.
Public propertyAccessModifierNamedWindow
Returns the callback that determines the access modifier of a given named window.
Public propertyAccessModifierScript
Returns the callback that determines the access modifier of a given script.
Public propertyAccessModifierTable
Returns the callback that determines the access modifier of a given declared expression.
Public propertyAccessModifierVariable
Returns the callback that determines the access modifier of a given variable.
Public propertyBusModifierEventType
Returns the callback that determines whether the event type is visible in the event bus i.e. available for use with send-event.
Public propertyModuleName
Returns the callback that determines the module name.
Public propertyModuleUses
Returns the callback that determines the module uses.
Public propertyStatementName
Returns the callback that determines the statement name
Public propertyStatementUserObject
Returns the callback that determines a compiler-time statement user object for a statement. The user object is available from EPStatement by method {@code getUserObjectCompileTime}.
Top
Methods
See Also