org.thymeleaf.standard.expression
Class DivisionExpression

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
                  extended by org.thymeleaf.standard.expression.DivisionExpression
All Implemented Interfaces:
java.io.Serializable

public final class DivisionExpression
extends MultiplicationDivisionRemainderExpression

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

Field Summary
 
Fields inherited from class org.thymeleaf.standard.expression.MultiplicationDivisionRemainderExpression
DIVISION_OPERATOR, MULTIPLICATION_OPERATOR, REMAINDER_OPERATOR
 
Constructor Summary
DivisionExpression(Expression left, Expression right)
           
 
Method Summary
 String getStringRepresentation()
           
 
Methods inherited from class org.thymeleaf.standard.expression.BinaryOperationExpression
composeBinaryOperationExpression, getLeft, getRight, getStringRepresentation
 
Methods inherited from class org.thymeleaf.standard.expression.Expression
toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DivisionExpression

public DivisionExpression(Expression left,
                          Expression right)
Method Detail

getStringRepresentation

public String getStringRepresentation()
Specified by:
getStringRepresentation in class Expression


Copyright © 2012 The THYMELEAF team. All Rights Reserved.