Uses of Class
com.espertech.esper.compiler.client.CompilerOptions
-
Uses of CompilerOptions in com.espertech.esper.compiler.client
Modifier and TypeMethodDescriptionCompilerArguments.getOptions()
Returns the compiler optionsCompilerOptions.setAccessModifierContext
(AccessModifierContextOption accessModifierContext) Sets the callback that determines the access modifier of a given context.CompilerOptions.setAccessModifierEventType
(AccessModifierEventTypeOption accessModifierEventType) Sets the callback that determines the access modifier of a given event type.CompilerOptions.setAccessModifierExpression
(AccessModifierExpressionOption accessModifierExpression) Sets the callback that determines the access modifier of a given declared expression.CompilerOptions.setAccessModifierInlinedClass
(AccessModifierInlinedClassOption accessModifierInlinedClass) Sets the callback that determines the access modifier of a given inlined-class.CompilerOptions.setAccessModifierNamedWindow
(AccessModifierNamedWindowOption accessModifierNamedWindow) Sets the callback that determines the access modifier of a given named window.CompilerOptions.setAccessModifierScript
(AccessModifierScriptOption accessModifierScript) Sets the callback that determines the access modifier of a given script.CompilerOptions.setAccessModifierTable
(AccessModifierTableOption accessModifierTable) Returns the callback that determines the access modifier of a given table.CompilerOptions.setAccessModifierVariable
(AccessModifierVariableOption accessModifierVariable) Sets the callback that determines the access modifier of a given variable.CompilerOptions.setBusModifierEventType
(BusModifierEventTypeOption busModifierEventType) Sets the callback that determines whether the event type is visible in the event bus i.e.CompilerOptions.setModuleName
(ModuleNameOption moduleName) Sets the callback that determines the module name.CompilerOptions.setModuleUses
(ModuleUsesOption moduleUses) Sets the callback that determines the module uses.CompilerOptions.setStatementName
(StatementNameOption statementName) Sets the callback that determines the statement nameCompilerOptions.setStatementUserObject
(StatementUserObjectOption statementUserObject) Sets the callback that determines a compiler-time statement user object for a statement.Modifier and TypeMethodDescriptionCompilerArguments.setOptions
(CompilerOptions options) Sets the compiler options.