Click or drag to resize

CompilerOptions Properties

The CompilerOptions type exposes the following members.

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
See Also