Class SimpleArithmeticExpressionBNF


  • public final class SimpleArithmeticExpressionBNF
    extends JPQLQueryBNF
    The query BNF for a simple arithmetic expression.
    BNF: simple_arithmetic_expression ::= arithmetic_term | simple_arithmetic_expression { + | - } arithmetic_term

    Version:
    2.4
    Author:
    Pascal Filion
    Since:
    2.3