Interface BroadleafAssignation
public interface BroadleafAssignation
An expression that represents an assignation of a value to a key
- Author:
- Jay Aisenbrey (cja769)
-
Method Summary
Modifier and TypeMethodDescriptionparseLeft(BroadleafTemplateContext context) parseRight(BroadleafTemplateContext context)
-
Method Details
-
parseLeft
- Returns:
- The parsed result of the left side of the assignation
-
parseRight
- Returns:
- The parsed result of the right side of the assignation
-
getLeftStringRepresentation
- Returns:
- The string representation of the left side expression of the assignation
-
getRightStringRepresentation
- Returns:
- The string representation of the right side expression of the assignation
-