Interface AbstractGrammarValidator.AbstractEncapsulatedExpressionHelper<T extends AbstractEncapsulatedExpression>

    • Method Detail

      • arguments

        java.lang.String[] arguments​(T expression)
        Returns the arguments that can help to format the localized problem.
        Parameters:
        expression - The AbstractEncapsulatedExpression being validated
        Returns:
        The list of arguments used to complete the localized problem
      • leftParenthesisMissingKey

        java.lang.String leftParenthesisMissingKey​(T expression)
        Returns the message key for the problem describing that the left parenthesis is missing.
        Parameters:
        expression - The AbstractEncapsulatedExpression being validated
        Returns:
        The key used to retrieve the localized message
      • rightParenthesisMissingKey

        java.lang.String rightParenthesisMissingKey​(T expression)
        Returns the message key for the problem describing that the right parenthesis is missing.
        Parameters:
        expression - The AbstractEncapsulatedExpression being validated
        Returns:
        The key used to retrieve the localized message