Class Assignation
- Object
-
- 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IStandardExpression
getLeft()
IStandardExpression
getRight()
String
getStringRepresentation()
String
toString()
-
-
-
Method Detail
-
getLeft
public IStandardExpression getLeft()
-
getRight
public IStandardExpression getRight()
-
getStringRepresentation
public String getStringRepresentation()
-
-