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
NESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR
Constructor and Description |
---|
MinusExpression(Expression operand) |
Modifier and Type | Method and Description |
---|---|
static org.thymeleaf.standard.expression.ExpressionParsingState |
composeMinusExpression(org.thymeleaf.standard.expression.ExpressionParsingState state,
int nodeIndex) |
Expression |
getOperand() |
String |
getStringRepresentation()
Obtain a string representation of the expression.
|
execute, execute, toString
public MinusExpression(Expression operand)
public Expression getOperand()
public String getStringRepresentation()
IStandardExpression
Obtain a string representation of the expression.
getStringRepresentation
in interface IStandardExpression
getStringRepresentation
in class Expression
public static org.thymeleaf.standard.expression.ExpressionParsingState composeMinusExpression(org.thymeleaf.standard.expression.ExpressionParsingState state, int nodeIndex)
Copyright © 2016 The THYMELEAF team. All rights reserved.