Class GreaterLesserExpression
Object
org.thymeleaf.standard.expression.Expression
org.thymeleaf.standard.expression.ComplexExpression
org.thymeleaf.standard.expression.BinaryOperationExpression
org.thymeleaf.standard.expression.GreaterLesserExpression
- All Implemented Interfaces:
Serializable,IStandardExpression
- Direct Known Subclasses:
GreaterOrEqualToExpression,GreaterThanExpression,LessOrEqualToExpression,LessThanExpression
- Since:
- 1.1
- Author:
- Daniel Fernández
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final StringFields inherited from class org.thymeleaf.standard.expression.Expression
NESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionprotected static org.thymeleaf.standard.expression.ExpressionParsingStatecomposeGreaterLesserExpression(org.thymeleaf.standard.expression.ExpressionParsingState state, int nodeIndex) Methods inherited from class org.thymeleaf.standard.expression.BinaryOperationExpression
composeBinaryOperationExpression, getLeft, getRight, getStringRepresentationMethods inherited from class org.thymeleaf.standard.expression.Expression
execute, execute, getStringRepresentation, toString
-
Field Details
-
GREATER_THAN_OPERATOR
- See Also:
-
GREATER_OR_EQUAL_TO_OPERATOR
- See Also:
-
LESS_THAN_OPERATOR
- See Also:
-
LESS_OR_EQUAL_TO_OPERATOR
- See Also:
-
GREATER_THAN_OPERATOR_2
- See Also:
-
GREATER_OR_EQUAL_TO_OPERATOR_2
- See Also:
-
LESS_THAN_OPERATOR_2
- See Also:
-
LESS_OR_EQUAL_TO_OPERATOR_2
- See Also:
-
-
Constructor Details
-
GreaterLesserExpression
-
-
Method Details
-
composeGreaterLesserExpression
protected static org.thymeleaf.standard.expression.ExpressionParsingState composeGreaterLesserExpression(org.thymeleaf.standard.expression.ExpressionParsingState state, int nodeIndex)
-