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