![]() | ConfigurationCompilerByteCode Class |
Namespace: com.espertech.esper.common.client.configuration.compiler
[SerializableAttribute] public class ConfigurationCompilerByteCode
The ConfigurationCompilerByteCode type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConfigurationCompilerByteCode | Initializes a new instance of the ConfigurationCompilerByteCode class |
Name | Description | |
---|---|---|
![]() | AccessModifierContext |
Returns the default access modifier for contexts
|
![]() | AccessModifierEventType |
Returns the default access modifier for event types
|
![]() | AccessModifierExpression |
Returns the default access modifier for declared expressions
|
![]() | AccessModifierNamedWindow |
Returns the default access modifier for named windows
|
![]() | AccessModifierScript |
Returns the default access modifier for scripts
|
![]() | AccessModifierTable |
Returns the default access modifier for tables
|
![]() | AccessModifierVariable |
Returns the default access modifier for variables
|
![]() | AllowSubscriber |
Sets indicator whether any statements allow subscribers or not (false by default).
The default is false which results in the runtime throwing an exception when an application calls {@code
setSubscriber}
on a statement.
|
![]() | AttachEPL |
Sets the indicator whether the EPL text will be available as a statement property.
The default is true and the compiler provides the EPL as a statement property.
When set to false the compiler does not retain the EPL in the compiler output.
|
![]() | AttachModuleEPL |
Sets the indicator whether the EPL module text will be available as a module property.
The default is false and the compiler does not provide the module EPL as a module property.
When set to true the compiler retains the module EPL in the compiler output.
|
![]() | BusModifierEventType |
Returns the default bus modifier for event types
|
![]() | IncludeComments |
Sets indicator whether the generated source code should include comments for tracing back
|
![]() | IncludeDebugSymbols |
Sets indicator whether the binary class code should include debug symbols
|
![]() | Instrumented |
Sets the indicator whether the compiler generates instrumented byte code for use with the debugger.
|
![]() | IsAllowSubscriber |
Returns indicator whether any statements allow subscribers or not (false by default).
The default is false which results in the runtime throwing an exception when an application calls {@code
setSubscriber}
on a statement.
|
![]() | IsAttachEPL |
Returns the indicator whether the EPL text will be available as a statement property.
The default is true and the compiler provides the EPL as a statement property.
When set to false the compiler does not retain the EPL in the compiler output.
|
![]() | IsAttachModuleEPL |
Returns the indicator whether the EPL module text will be available as a module property.
The default is false and the compiler does not provide the module EPL as a module property.
When set to true the compiler retains the module EPL in the compiler output.
|
![]() | IsIncludeComments |
Returns indicator whether the generated source code should include comments for tracing back
|
![]() | IsIncludeDebugSymbols |
Returns indicator whether the binary class code should include debug symbols
|
![]() | IsInstrumented |
Returns the indicator whether the compiler generates instrumented byte code for use with the debugger.
|
Name | Description | |
---|---|---|
![]() | SetAccessModifiersPublic |
Set all access modifiers to public.
|