org.thymeleaf.standard.expression
Class EqualsNotEqualsExpression
Object
org.thymeleaf.standard.expression.Expression
org.thymeleaf.standard.expression.ComplexExpression
org.thymeleaf.standard.expression.BinaryOperationExpression
org.thymeleaf.standard.expression.EqualsNotEqualsExpression
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- EqualsExpression, NotEqualsExpression
public abstract class EqualsNotEqualsExpression
- extends BinaryOperationExpression
- Since:
- 1.1
- Author:
- Daniel Fernández
- See Also:
- Serialized Form
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EQUALS_OPERATOR
protected static final String EQUALS_OPERATOR
- See Also:
- Constant Field Values
EQUALS_OPERATOR_2
protected static final String EQUALS_OPERATOR_2
- See Also:
- Constant Field Values
NOT_EQUALS_OPERATOR
protected static final String NOT_EQUALS_OPERATOR
- See Also:
- Constant Field Values
NOT_EQUALS_OPERATOR_2
protected static final String NOT_EQUALS_OPERATOR_2
- See Also:
- Constant Field Values
NOT_EQUALS_OPERATOR_3
protected static final String NOT_EQUALS_OPERATOR_3
- See Also:
- Constant Field Values
EqualsNotEqualsExpression
protected EqualsNotEqualsExpression(Expression left,
Expression right)
composeEqualsNotEqualsExpression
protected static ExpressionParsingState composeEqualsNotEqualsExpression(ExpressionParsingState state,
int nodeIndex)
Copyright © 2013 The THYMELEAF team. All Rights Reserved.