org.thymeleaf.standard.expression
Class MinusExpression

Object
  extended by org.thymeleaf.standard.expression.Expression
      extended by org.thymeleaf.standard.expression.ComplexExpression
          extended by org.thymeleaf.standard.expression.MinusExpression
All Implemented Interfaces:
java.io.Serializable

public final class MinusExpression
extends ComplexExpression

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

Field Summary
 
Fields inherited from class org.thymeleaf.standard.expression.Expression
NESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR
 
Constructor Summary
MinusExpression(Expression operand)
           
 
Method Summary
static ExpressionParsingState composeMinusExpression(ExpressionParsingState state, int nodeIndex)
           
 Expression getOperand()
           
 String 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

MinusExpression

public MinusExpression(Expression operand)
Method Detail

getOperand

public Expression getOperand()

getStringRepresentation

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

composeMinusExpression

public static ExpressionParsingState composeMinusExpression(ExpressionParsingState state,
                                                            int nodeIndex)


Copyright © 2013 The THYMELEAF team. All Rights Reserved.