Class NegationExpression
Object
org.thymeleaf.standard.expression.Expression
org.thymeleaf.standard.expression.ComplexExpression
org.thymeleaf.standard.expression.NegationExpression
- All Implemented Interfaces:
- Serializable,- IStandardExpression
Boolean negation 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:
- 
Field SummaryFields inherited from class org.thymeleaf.standard.expression.ExpressionNESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic org.thymeleaf.standard.expression.ExpressionParsingStatecomposeNegationExpression(org.thymeleaf.standard.expression.ExpressionParsingState state, int nodeIndex) Obtain a string representation of the expression.Methods inherited from class org.thymeleaf.standard.expression.Expressionexecute, execute, toString
- 
Constructor Details- 
NegationExpression
 
- 
- 
Method Details- 
getOperand
- 
getStringRepresentationDescription copied from interface:IStandardExpressionObtain a string representation of the expression. - Specified by:
- getStringRepresentationin interface- IStandardExpression
- Specified by:
- getStringRepresentationin class- Expression
- Returns:
- the String representation
 
- 
composeNegationExpressionpublic static org.thymeleaf.standard.expression.ExpressionParsingState composeNegationExpression(org.thymeleaf.standard.expression.ExpressionParsingState state, int nodeIndex) 
 
-