|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objectorg.thymeleaf.standard.expression.Expression
org.thymeleaf.standard.expression.ComplexExpression
org.thymeleaf.standard.expression.BinaryOperationExpression
public abstract class BinaryOperationExpression
| Field Summary |
|---|
| Fields inherited from class org.thymeleaf.standard.expression.Expression |
|---|
NESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR |
| Constructor Summary | |
|---|---|
protected |
BinaryOperationExpression(IStandardExpression left,
IStandardExpression right)
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class org.thymeleaf.standard.expression.Expression |
|---|
execute, execute, getStringRepresentation, toString |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected BinaryOperationExpression(IStandardExpression left,
IStandardExpression right)
| Method Detail |
|---|
public IStandardExpression getLeft()
public IStandardExpression getRight()
protected String getStringRepresentation(String operator)
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||