Click or drag to resize

CompilerOptionsAccessModifierExpression Property

Returns the callback that determines the access modifier of a given declared expression.

Namespace:  com.espertech.esper.compiler.client
Assembly:  NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
Syntax
C#
public AccessModifierExpressionOption AccessModifierExpression { get; set; }

Return Value

Type: AccessModifierExpressionOption
callback returning an access modifier for a declared expression
See Also