Class MinusExpression

  • All Implemented Interfaces:
    Serializable, IStandardExpression

    public final class MinusExpression
    extends ComplexExpression

    Minus (numeric negative) complex expression (Thymeleaf Standard Expressions)

    Note a class with this name existed since 1.1, but it was completely reimplemented in Thymeleaf 3.0

    Since:
    3.0.0
    Author:
    Daniel Fernández
    See Also:
    Serialized Form
    • Constructor Detail

      • MinusExpression

        public MinusExpression​(Expression operand)
    • Method Detail

      • composeMinusExpression

        public static org.thymeleaf.standard.expression.ExpressionParsingState composeMinusExpression​(org.thymeleaf.standard.expression.ExpressionParsingState state,
                                                                                                      int nodeIndex)