Interface AccessModifierExpressionOption
public interface AccessModifierExpressionOption
Implement this interface to provide or override the access modifier for a declared expression.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the access modifier for the expression
-
Method Details
-
getValue
Returns the access modifier for the expression- Parameters:
env
- information about the statement- Returns:
- modifier
-