org.thymeleaf.standard.expression
Class MultiplicationDivisionRemainderExpression

Object
  extended by org.thymeleaf.standard.expression.Expression
      extended by org.thymeleaf.standard.expression.ComplexExpression
          extended by org.thymeleaf.standard.expression.BinaryOperationExpression
              extended by org.thymeleaf.standard.expression.MultiplicationDivisionRemainderExpression
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DivisionExpression, MultiplicationExpression, RemainderExpression

public abstract class MultiplicationDivisionRemainderExpression
extends BinaryOperationExpression

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

Field Summary
protected static String DIVISION_OPERATOR
           
protected static String MULTIPLICATION_OPERATOR
           
protected static String REMAINDER_OPERATOR
           
 
Constructor Summary
protected MultiplicationDivisionRemainderExpression(Expression left, Expression right)
           
 
Method Summary
 
Methods inherited from class org.thymeleaf.standard.expression.BinaryOperationExpression
composeBinaryOperationExpression, getLeft, getRight, getStringRepresentation
 
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
 

Field Detail

MULTIPLICATION_OPERATOR

protected static final String MULTIPLICATION_OPERATOR
See Also:
Constant Field Values

DIVISION_OPERATOR

protected static final String DIVISION_OPERATOR
See Also:
Constant Field Values

REMAINDER_OPERATOR

protected static final String REMAINDER_OPERATOR
See Also:
Constant Field Values
Constructor Detail

MultiplicationDivisionRemainderExpression

protected MultiplicationDivisionRemainderExpression(Expression left,
                                                    Expression right)


Copyright © 2012 The THYMELEAF team. All Rights Reserved.