org.thymeleaf.standard.expression
Class NegationExpression

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

public final class NegationExpression
extends ComplexExpression

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

Constructor Summary
NegationExpression(Expression operand)
           
 
Method Summary
static java.util.List<org.thymeleaf.standard.expression.ExpressionParsingNode> composeNegationExpression(java.util.List<org.thymeleaf.standard.expression.ExpressionParsingNode> decomposition, int inputIndex)
           
 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

NegationExpression

public NegationExpression(Expression operand)
Method Detail

getOperand

public Expression getOperand()

getStringRepresentation

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

composeNegationExpression

public static java.util.List<org.thymeleaf.standard.expression.ExpressionParsingNode> composeNegationExpression(java.util.List<org.thymeleaf.standard.expression.ExpressionParsingNode> decomposition,
                                                                                                                int inputIndex)


Copyright © 2012 The THYMELEAF team. All Rights Reserved.