org.thymeleaf.standard.expression
Class Assignation

Object
  extended by org.thymeleaf.standard.expression.Assignation
All Implemented Interfaces:
Serializable

public final class Assignation
extends Object
implements Serializable

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

Method Summary
 Token getLeft()
           
 Expression getRight()
           
 String getStringRepresentation()
           
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getLeft

public Token getLeft()

getRight

public Expression getRight()

getStringRepresentation

public String getStringRepresentation()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 The THYMELEAF team. All Rights Reserved.