public final class MinusExpression extends ComplexExpression
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, toStringpublic MinusExpression(Expression operand)
public Expression getOperand()
public String getStringRepresentation()
IStandardExpressionObtain a string representation of the expression.
getStringRepresentation in interface IStandardExpressiongetStringRepresentation in class Expressionpublic static org.thymeleaf.standard.expression.ExpressionParsingState composeMinusExpression(org.thymeleaf.standard.expression.ExpressionParsingState state,
int nodeIndex)
Copyright © 2017 The THYMELEAF team. All rights reserved.