Click or drag to resize

ConfigurationCompilerByteCode Class

Code generation settings.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.compilerConfigurationCompilerByteCode

Namespace:  com.espertech.esper.common.client.configuration.compiler
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class ConfigurationCompilerByteCode

The ConfigurationCompilerByteCode type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationCompilerByteCode
Initializes a new instance of the ConfigurationCompilerByteCode class
Top
Properties
  NameDescription
Public propertyAccessModifierContext
Returns the default access modifier for contexts
Public propertyAccessModifierEventType
Returns the default access modifier for event types
Public propertyAccessModifierExpression
Returns the default access modifier for declared expressions
Public propertyAccessModifierNamedWindow
Returns the default access modifier for named windows
Public propertyAccessModifierScript
Returns the default access modifier for scripts
Public propertyAccessModifierTable
Returns the default access modifier for tables
Public propertyAccessModifierVariable
Returns the default access modifier for variables
Public propertyAllowSubscriber
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.
Public propertyAttachEPL
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.
Public propertyAttachModuleEPL
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.
Public propertyBusModifierEventType
Returns the default bus modifier for event types
Public propertyIncludeComments
Sets indicator whether the generated source code should include comments for tracing back
Public propertyIncludeDebugSymbols
Sets indicator whether the binary class code should include debug symbols
Public propertyInstrumented
Sets the indicator whether the compiler generates instrumented byte code for use with the debugger.
Public propertyIsAllowSubscriber
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.
Public propertyIsAttachEPL
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.
Public propertyIsAttachModuleEPL
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.
Public propertyIsIncludeComments
Returns indicator whether the generated source code should include comments for tracing back
Public propertyIsIncludeDebugSymbols
Returns indicator whether the binary class code should include debug symbols
Public propertyIsInstrumented
Returns the indicator whether the compiler generates instrumented byte code for use with the debugger.
Top
Methods
  NameDescription
Public methodSetAccessModifiersPublic
Set all access modifiers to public.
Top
See Also