@return the root TemplateElement object.
()
| 579 | * @return the root TemplateElement object. |
| 580 | */ |
| 581 | public TemplateElement getRootTreeNode() { |
| 582 | return rootElement; |
| 583 | } |
| 584 | |
| 585 | public Map getMacros() { |
| 586 | return macros; |
no outgoing calls
no test coverage detected