org.thymeleaf.standard.expression
Class BinaryOperationExpression

Object
  extended by org.thymeleaf.standard.expression.Expression
      extended by org.thymeleaf.standard.expression.ComplexExpression
          extended by org.thymeleaf.standard.expression.BinaryOperationExpression
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AdditionSubtractionExpression, AndExpression, EqualsNotEqualsExpression, GreaterLesserExpression, MultiplicationDivisionRemainderExpression, OrExpression

public abstract class BinaryOperationExpression
extends ComplexExpression

Since:
1.1
Author:
Daniel Fernández
See Also:
Serialized Form

Constructor Summary
protected BinaryOperationExpression(Expression left, Expression right)
           
 
Method Summary
protected static java.util.List<org.thymeleaf.standard.expression.ExpressionParsingNode> composeBinaryOperationExpression(java.util.List<org.thymeleaf.standard.expression.ExpressionParsingNode> decomposition, int inputIndex, String[] operators, boolean[] leniencies, Class<? extends BinaryOperationExpression>[] operationClasses)
           
 Expression getLeft()
           
 Expression getRight()
           
protected  String getStringRepresentation(String operator)
           
 
Methods inherited from class org.thymeleaf.standard.expression.Expression
getStringRepresentation, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BinaryOperationExpression

protected BinaryOperationExpression(Expression left,
                                    Expression right)
Method Detail

getLeft

public Expression getLeft()

getRight

public Expression getRight()

getStringRepresentation

protected String getStringRepresentation(String operator)

composeBinaryOperationExpression

protected static java.util.List<org.thymeleaf.standard.expression.ExpressionParsingNode> composeBinaryOperationExpression(java.util.List<org.thymeleaf.standard.expression.ExpressionParsingNode> decomposition,
                                                                                                                          int inputIndex,
                                                                                                                          String[] operators,
                                                                                                                          boolean[] leniencies,
                                                                                                                          Class<? extends BinaryOperationExpression>[] operationClasses)


Copyright © 2012 The THYMELEAF team. All Rights Reserved.