Class BinaryOperationExpression
Object
org.thymeleaf.standard.expression.Expression
org.thymeleaf.standard.expression.ComplexExpression
org.thymeleaf.standard.expression.BinaryOperationExpression
- All Implemented Interfaces:
Serializable,IStandardExpression
- Direct Known Subclasses:
AdditionSubtractionExpression,AndExpression,EqualsNotEqualsExpression,GreaterLesserExpression,MultiplicationDivisionRemainderExpression,OrExpression
- Since:
- 1.1
- Author:
- Daniel Fernández
- See Also:
-
Field Summary
Fields 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.ExpressionParsingStatecomposeBinaryOperationExpression(org.thymeleaf.standard.expression.ExpressionParsingState state, int nodeIndex, String[] operators, boolean[] leniencies, Class<? extends BinaryOperationExpression>[] operationClasses, Method leftAllowedMethod, Method rightAllowedMethod) getLeft()getRight()protected StringgetStringRepresentation(String operator) Methods inherited from class org.thymeleaf.standard.expression.Expression
execute, execute, getStringRepresentation, toString
-
Constructor Details
-
BinaryOperationExpression
-
-
Method Details
-
getLeft
-
getRight
-
getStringRepresentation
-
composeBinaryOperationExpression
protected static org.thymeleaf.standard.expression.ExpressionParsingState composeBinaryOperationExpression(org.thymeleaf.standard.expression.ExpressionParsingState state, int nodeIndex, String[] operators, boolean[] leniencies, Class<? extends BinaryOperationExpression>[] operationClasses, Method leftAllowedMethod, Method rightAllowedMethod)
-