public abstract class BinaryOperationExpression extends ComplexExpression
NESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR| Modifier | Constructor and Description |
|---|---|
protected |
BinaryOperationExpression(IStandardExpression left,
IStandardExpression right) |
| Modifier and Type | Method and Description |
|---|---|
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) |
IStandardExpression |
getLeft() |
IStandardExpression |
getRight() |
protected String |
getStringRepresentation(String operator) |
execute, execute, getStringRepresentation, toStringprotected BinaryOperationExpression(IStandardExpression left, IStandardExpression right)
public IStandardExpression getLeft()
public IStandardExpression getRight()
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)
Copyright © 2017 The THYMELEAF team. All rights reserved.