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