@TupleConstructor(defaults: false) class FragmentParameterVariableUpdater extends Object
Updates the variables at a given element/fragment scope to include those in a fragment expression.
| Type | Name and description |
|---|---|
ITemplateContext |
context |
String |
dialectPrefix |
| Constructor and description |
|---|
FragmentParameterVariableUpdater() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
updateLocalVariables(FragmentExpression fragmentExpression, IModel fragment, IElementModelStructureHandler structureHandler)Given a fragment expression, update the local variables of the element being processed. |
Given a fragment expression, update the local variables of the element being processed.
Groovy Documentation