Interface AccessModifierContextOption
public interface AccessModifierContextOption
Implement this interface to provide or override the access modifier a context.
-
Method Summary
Modifier and TypeMethodDescriptioncom.espertech.esper.common.client.util.NameAccessModifier
Returns the access modifier for the context
-
Method Details
-
getValue
com.espertech.esper.common.client.util.NameAccessModifier getValue(AccessModifierContextContext env) Returns the access modifier for the context- Parameters:
env
- information about the statement- Returns:
- modifier
-