Class AccessModifierNamedWindowContext
java.lang.Object
com.espertech.esper.compiler.client.option.StatementOptionContextBase
com.espertech.esper.compiler.client.option.AccessModifierNamedWindowContext
Provides the environment to
AccessModifierNamedWindowOption
.-
Constructor Summary
ConstructorDescriptionAccessModifierNamedWindowContext
(com.espertech.esper.common.internal.compile.stage3.StatementBaseInfo base, String namedWindowName) Ctor -
Method Summary
Methods inherited from class com.espertech.esper.compiler.client.option.StatementOptionContextBase
getAnnotations, getEplSupplier, getModuleName, getStatementName, getStatementNumber
-
Constructor Details
-
AccessModifierNamedWindowContext
public AccessModifierNamedWindowContext(com.espertech.esper.common.internal.compile.stage3.StatementBaseInfo base, String namedWindowName) Ctor- Parameters:
base
- statement infonamedWindowName
- named window name
-
-
Method Details
-
getNamedWindowName
Returns the named window name- Returns:
- named window name
-